Jquery JavaScript DHTML


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