This is a beginner's question. But it is very important. Can you please let me know how to get the value of a textbox using jQuery?
You can use $("#yourTextBoxID").val()
$("#yourTextBoxID").val()
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use
$("#yourTextBoxID").val()