Guest User

Untitled

a guest
Apr 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <div class="post">
  2. <p>blquehrgéoqihrteoijth</p>
  3. </div>
  4.  
  5. <div class="post">
  6. <p>blquehrgéoqihrteoijth</p>
  7. <p>blquehrgéoqihrteoijth</p>
  8. <p>blquehrgéoqihrteoijth</p>
  9. <p>blquehrgéoqihrteoijth</p>
  10. </div>
  11.  
  12. $('.post').prepend("<h3 class='showText'>biography</h3>n<div class='toggle'>");
  13. $('.post').append("</div>");
  14.  
  15. $j('h3').live('click', function() {
  16. $j(this).toggleClass('hideText').slideToggle(300);
  17. });
  18.  
  19. $('.post').each( function() {
  20. $(this).html('<h3 class="showText">biogrpahy</h3><div class="toggle">'
  21. + $(this).html()
  22. + '</div>');
  23. });
  24.  
  25. $j('.post').wrapAll("<div class='toggle'></div>");
  26. $j('.toggle').before('<h3 class="showText">bibliography</h3>');
  27. $j('h3').live('click',function(){
  28. $j(this).toggleClass('hideText');
  29. $j('.toggle').slideToggle(300);
  30. });
Add Comment
Please, Sign In to add comment