Guest User

Untitled

a guest
Aug 1st, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. (function($){$(function(){
  2.  
  3. $('#SomeDivID').live('click', function() {
  4. alert('boeh');
  5. return false;
  6. });
  7.  
  8. });})(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment