In a form, when the document is ready, I am trying to copy the preset value of a textbox to another textbox using jQuery. I tried $("#b").val() = $("#a").val(); but, it dint work. Please refer to this fiddle.
In a form, when the document is ready, I am trying to copy the
Share
You would use this: