I am trying to change the input field value dynamically when the user pick the options from my dropdown menu. I have tried this code but have no luck. I was wondering if som
try :
$('input[name="project"]').val("Good Fish");
instead of:
$('input[name="project"]').val()="Good Fish";