Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This is my code
- jQuery('#simplemodal-login-overlay').click(function () {
- jQuery(this).hide();
- jQuery("body").removeClass("blur");
- });
- // Trying to bind here
- jQuery("#simplemodal-login-overlay").bind("click",function(){
- jQuery(this).hide();
- jQuery("body").removeClass("blur");
- });
Advertisement
Add Comment
Please, Sign In to add comment