RishiShreshtha

Untitled

Apr 19th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // This is my code
  2. jQuery('#simplemodal-login-overlay').click(function () {
  3.     jQuery(this).hide();
  4.     jQuery("body").removeClass("blur");
  5. });
  6.  
  7. // Trying to bind here
  8. jQuery("#simplemodal-login-overlay").bind("click",function(){
  9.     jQuery(this).hide();
  10.     jQuery("body").removeClass("blur");
  11. });
Advertisement
Add Comment
Please, Sign In to add comment