Guest User

Untitled

a guest
Apr 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var clickedHeading = $(".workSpaceManagement > .workSpaceScroller > h4").text();
  2.  
  3.  
  4.  
  5. $(".workSpaceManagement > .workSpaceScroller > h4")
  6.  
  7. .click(function() {
  8. $(this).next().toggle('slide',{direction: 'up'});
  9.  
  10. });
Add Comment
Please, Sign In to add comment