我想通過jquery將文本框的值設置爲null。我試圖設置文本框的值 - jQuery
onclick="$('#c_album').val('TEST VALUE');" at the submit button
$('input#c_album').val('hello'); - in the script section
欣賞assitance
感謝 戴夫
[編輯] - 這是我使用
$('#submit').bind('click',(function(){
$('#src_box').val('hello');
});
不會出於某種原因,試圖太:( – dave 2010-01-14 10:28:34
你能爲此提供更多的代碼? – rahul 2010-01-14 10:29:05
@pulse:它的搜索框,現在當用戶點擊搜索按鈕,他提出與他的搜索和搜索文本框中的值應爲空 – dave 2010-01-14 10:30:47