/ Published in: jQuery
Initializing a popup
Expand |
Embed | Plain Text
jQuery(document).ready(function($){ //LOADING POPUP //Click the button event! $(".retail-button").click(function(){ var popup = jQuery(this).next("div.popupFAQ"); //centering with css centerPopup(popup); //load popup loadPopup(popup); }); });
You need to login to post a comment.
