-4 請讓我知道如何使用jQuery清除表單上的字段值。 我正在調用表單加載服務,並想清除其中一個字段的值。如何使用jQuery清除表單中的字段值 來源 2013-12-23 user3127471 +0 http://api.jquery.com/val/ – sdespont +2 請搜索。這個問題的重複有重複。 http://stackoverflow.com/search?q=jquery+clear+input – BLSully +1 可能重複[在JQuery中清除文本字段值](http://stackoverflow.com/questions/10951809/clear-text-field-value-在-的jQuery) – BLSully
3 使用.val()清除輸入字段值。 $('input#input_id').val(''); Referens:http://api.jquery.com/val/#val2 來源 2013-12-23 16:43:56 aksu
http://api.jquery.com/val/ – sdespont
請搜索。這個問題的重複有重複。 http://stackoverflow.com/search?q=jquery+clear+input – BLSully
可能重複[在JQuery中清除文本字段值](http://stackoverflow.com/questions/10951809/clear-text-field-value-在-的jQuery) – BLSully