You can use various methods to get current value of an input element in jQuery. // use the id to select the element. $("#textfield").val();. // use to select ...
確定! 回上一頁