Jquery $(selector,Object)

描述:

隱藏一個表單中全部元素。ide

jQuery 代碼:
$(myForm.elements).hide()

描述:

在文檔的第一個表單中,查找全部的單選按鈕(即: type 值爲 radio 的 input 元素)。code

jQuery 代碼:
$("input:radio", document.forms[0]);
相關文章
相關標籤/搜索