我是jQuery新手,並想知道是否有可能在TextBox中傳遞作爲jQuery函數的參數。這樣的事情:使用文本框作爲jQuery函數的輸入
<input id="MyInput" value="" type="text" >
//how/what to pass in this function to change the value of the input?
function SetValueTextBox(? ?)
{
//change the value of the MyInput Textbox
}
Ofcourse我有超過1個文本框,我想用這個問題。
瞭解jQuery。我們無法幫助那些不瞭解這個圖書館的人。 –