JQuery JavaScript Tutorial

< html>
  
    
    
 $(document).ready(function(){
     alert("Hi");
 });
    
  
  
    jQuery