Support » Plugin: PopPop » Triggering using other methods

Viewing 1 replies (of 1 total)
  • Plugin Author shazdeh

    (@shazdeh)

    Add this script to the page:

    jQuery('#form').submit(function(){
        $('#popup').reveal();
    })

    replace the #form and #popup with the ID of corresponding elements.

Viewing 1 replies (of 1 total)
  • The topic ‘Triggering using other methods’ is closed to new replies.