Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(button1).click(function() {
  2.  
  3. $(button2).click(function() {
  4.  
  5. $(button3).click(function() {
  6.  
  7.  
  8. $(button4).click(function() {
  9.  
  10.  
  11. });
  12.  
  13. });
  14.  
  15. });
  16.  
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement