Skip to content

Instantly share code, notes, and snippets.

@timersys
Created April 14, 2015 13:25
Show Gist options
  • Select an option

  • Save timersys/e274ea870cfead11eef0 to your computer and use it in GitHub Desktop.

Select an option

Save timersys/e274ea870cfead11eef0 to your computer and use it in GitHub Desktop.
Wordpress Popups Javascript events
/**
* Popups plugin - Javascript Events https://wordpress.org/plugins/popups/
**/
jQuery(document).on('spu.box_close',function(e,id){ ... });
jQuery(document).on('spu.box_open',function(e,id){ ... });
jQuery(document).on('spu.form_submitted',function(e,id){ ... });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment