Advertisement
hmbashar

jQuery beginner Lavel #01 [click function option hide]

Jan 19th, 2015
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. $(document).ready(function(){
  2.     $("#text").click(function(){
  3.         $(".main_area").hide(3000)
  4.        
  5.     });
  6.    
  7.    
  8.    
  9. });
  10.  
  11. /*Video Tutorial Link: http://youtu.be/2cvnioEVwxc */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement