Advertisement
momopuff

updatetab

Mar 31st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <script>
  2. $(document).ready(function(){
  3. $(".updatetab").click(function(){
  4. $(".update").slideToggle("slow")
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement