JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
           $("#single").val("Single2");
     
        });