Advertisement
Guest User

Untitled

a guest
May 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.10 KB | None | 0 0
  1. $(document).ready(function () {
  2.     $("#click").click(function(){
  3.         $("#div2").fadeIn("fast);
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement