JQuery JavaScript Tutorial

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