Jquery JavaScript DHTML


  
    
    
        a.test { font-weight: bold; color:red;}
    
    
    $("a").click(function(event){
       event.preventDefault();
       $(this).hide("slow");
    });
    
  
  
    rntsoft.com