JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
           $("div").one('click', function () {
              $(this).css({"border-style": "inset", cursor:"default"});
              
           });
        });
    
  
  
    
      Press each to see the text.
      
asdf

      
sdf

      
df

      
sdf

      
asdf