Guest User

Untitled

a guest
Sep 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(document).ready(function($) {
  3. $(".loginbutton").click(function(){
  4.   $(".loginbox").animate({"top": "0px"}, "slow");
  5. });
  6. });
  7. </script>
Add Comment
Please, Sign In to add comment