JQuery获取文本框的值

  作者:会飞的

<input type="text" value="some text" id="test"/>是通过var val = $("#test").val();val()方法来取得文本框属性的值的。