Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <script>
  2. $(function(){
  3. $(".r_btn").click(function(){
  4. var a = $("this").parent().prop("className");
  5. a.hide();
  6. })
  7. })
  8. </script>
  9.  
  10. <div class="packet_div">
  11. <button class="l_btn">Left Button</button>
  12. <img src="1.jpg" alt="" width="100px" height="100px">
  13. <img src="2.jpg" alt="" width="100px" height="100px">
  14. <img src="3.jpg" alt="" width="100px" height="100px">
  15. <img src="4.jpg" alt="" width="100px" height="100px">
  16. <img src="5.jpg" alt="" width="100px" height="100px">
  17. <img src="6.jpg" alt="" width="100px" height="100px">
  18. <img src="7.jpg" alt="" width="100px" height="100px">
  19. <img src="8.jpg" alt="" width="100px" height="100px">
  20. <img src="9.jpg" alt="" width="100px" height="100px">
  21. <button class="r_btn">Right Button</button>
  22. </div>
  23. <div class="packet_div">
  24. <button class="l_btn">Left Button</button>
  25. <img src="1.jpg" alt="" width="100px" height="100px">
  26. <img src="2.jpg" alt="" width="100px" height="100px">
  27. <img src="3.jpg" alt="" width="100px" height="100px">
  28. <img src="4.jpg" alt="" width="100px" height="100px">
  29. <img src="5.jpg" alt="" width="100px" height="100px">
  30. <img src="6.jpg" alt="" width="100px" height="100px">
  31. <img src="7.jpg" alt="" width="100px" height="100px">
  32. <img src="8.jpg" alt="" width="100px" height="100px">
  33. <img src="9.jpg" alt="" width="100px" height="100px">
  34. <button class="r_btn">Right Button</button>
  35. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement