Advertisement
MystiqueAquanian

Updates Tab Part 4

Dec 7th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. </body>
  2.  
  3. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  4. {block:ifRevealUpdatesOnClick}
  5. <script>
  6. $(function(){
  7. $(".container_content").hide();
  8. $(".ui").each(function(){
  9. $(this).click(function(){
  10. $(this).parent().find('.container_content').stop(true, true).delay(200).slideToggle("slow");
  11. });
  12. })
  13. });
  14. </script>
  15. {/block:ifRevealUpdatesOnClick}
  16. <script>
  17. $(function(){
  18. $(".ui").each(function(){
  19. $(this).click(function(){
  20. var lea = $(this).parent().find(".lino").width() == 0 ? "175px" : "0px";
  21. $(this).parent().find(".lino").stop(true, true).animate({width:lea});
  22.  
  23. });
  24. })
  25. });
  26. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement