Advertisement
dylaenobriens

Updates Tab #2 Part #2

Aug 30th, 2013
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  2. </script>
  3. <script>
  4. $(document).ready(function(){
  5. $("#updatestab").click(function(){
  6. $("#updates").slideToggle("EASE");
  7.  
  8. });
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement