Hi,
First, you should assign an ID or a class name to the DIV tag to be identified from the rest of the form, for example, I’ll assume you have assigned to the DIV tag the class name: myclass, and then, as the onclick event of the button, you simply should enter the piece of code:
jQuery('.myclass').show();
and that’s all.
Thank you very much for use our plugin.
Hi,
As always – thanks for the fast response.
What I am still missing is how to hide the DIV before I press the button.
Thanks again,
Rani
Hi,
The plugin includes some special classes, one of them is: “hide”, if you assign the class name: hide to the DIV tag, it will be hidden.
Best regards.