JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            $("input[name!='n']").val(" not n");
        });