JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            $(document).select( function () { 
              $("div").text("Something was selected").show().fadeOut(1000); 
            });
        });