<input type="text" id="mytextBox" value="" />
您将使用文本框的ID = mytextBox获取它的价值…
var value = $("#mytextBox").val()
参考
> JQuery .val()> JQuery