sexycullen

theme 199 part 1/script

May 5th, 2019
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script type="text/javascript" src="https://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>
Add Comment
Please, Sign In to add comment