Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $('a').click(function(){
  2. var $link = $(this);
  3. $(...).slideUp(function(){ $link.unbind('click').click() })
  4. return false
  5. })
Add Comment
Please, Sign In to add comment