Guest User

Untitled

a guest
Apr 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(function () {
  2.  
  3. $("ul#lista li").children("h2").click( function() { $(this).next("p").show("normal");
  4.  
  5. $("ul#lista li h2").not(this).next("p:visible").hide("normal");
  6. });
  7.  
  8. });
Add Comment
Please, Sign In to add comment