JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            $("div").animate( { width:"90%" }, { queue:false, duration:3000 } )
                    .animate( { fontSize:"24px" }, 1500 )
                    .animate( { borderRightWidth:"15px" }, 1500);
        });
    
  
    
  
  
    
          
Click me