Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter ranishachar

    (@ranishachar)

    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

    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying DIV after pressing a button’ is closed to new replies.