• Hi,

    As of my understanding, this plugin doesn’t have the option to make a section enabled when a button is pressed, right ?

Viewing 1 replies (of 1 total)
  • Plugin Author Dynamic.ooo

    (@dynamicooo)

    Hi majidmad,

    you can do it with a very simple Javascript like:
    jQuery(‘#id_btn’).on(‘click’, function() { jQuery(‘#id_sec_2’).hide(); });

    This is not the purpose of this plugin, so it will not be implemented.

    Bye,
    Dynamic.ooo

Viewing 1 replies (of 1 total)
  • The topic ‘Hide/show by pressing a button’ is closed to new replies.