Loading...
Wednesday 12 June 2013

JQuery Simple Demo Code


hello guys what's up today I will share with you a simple JQuery code this is just for fun I am learning JQuery and will share simple JQuery demo's with you. 

Below is the code enclose it in tags before using jquery


$(document).ready(function()  
 {  
 $("#mytag").hide().fadeIn("slow");  
 $("#mytag1").hide().fadeIn("slow");  
 $("#mytag2").hide().fadeIn("slow");  
 $("#mytag3").hide().fadeIn("slow");  
 }  
 );  

where mytag , mytag1, mytag2, mytag3 are any text tags in your html page. if you have any problem using it feel free to comment.

0 comments:

Post a Comment

Enter your Comments about this post

 
TOP