sexycullen

update tab (Code ONE)

Sep 6th, 2014
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function(){
  4. $(".hover_body").hide();
  5. $(".hover_head").click(function(){
  6. $(this).next(".hover_body").slideToggle('fast');
  7. }); }); </script>
Advertisement
Add Comment
Please, Sign In to add comment