JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            $("input:enabled").val("data");
        });