jQuery

Install

<html>                                                                  
  <head>                                                                  
    <script type="text/javascript" src="jquery-1.3.1.js"></script>          
    <script type="text/javascript">                                         
      // we will add our javascript code here                                     
    </script>                                                               
  </head>                                                                 
  <body>                                                                  
    <!-- we will add our HTML content here -->                                        
  </body>                                                                 
</html>

José M. Vidal .

1 of 11