how to fill the value in inout type text using jquery code example
Example: jquery set input value
$("button").click(function(){
$("input:text").val("Glenn Quagmire");
})
$("button").click(function(){
$("input:text").val("Glenn Quagmire");
})