Guest User

Untitled

a guest
Dec 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <script type="text/javascript">
  2. function a(){
  3. $('div#sposta').animate({
  4. height: '+=300px',
  5. },'slow','easeInBack')}
  6.  
  7. $(document).ready(function(){
  8. $('#showbutton').hover(a());
  9. });
  10.  
  11. </script>
Add Comment
Please, Sign In to add comment