Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. jQuery('.less-more').live('click', function(){
  2. jQuery(this).siblings('.changeable').toggle();
  3. alert("woop");
  4. });
Add Comment
Please, Sign In to add comment