1.jquery操作radio
1.jquery判斷哪個radio被選中
radio1
radio2
2.jquery選中取消乙個radio
radio3
4.jquery獲取radio的值
radio4
jquery操作select
1.jquery判斷哪個option被選中,並且獲取該值12
34
2.jquery選中乙個option67
89
3.jquery增加乙個option
1112
4.移除option13
145.清空option
166177
188199
jquery操作checkbox
1.jquery判斷checkbox是否被選中
checkbox1
注意:若選中,則列印出的是chenked,沒選中則為undefined
2.jquery選中取消乙個checkbox
checkbox2
3.jquery全選/全取消
全選checkbox4
checkbox5
checkbox6
4.jquery獲取checkbox的值
checkbox7
5.jquery獲取選中的checkbox的值組成字串
checkbox8
checkbox8
checkbox8
checkbox8
jquery 操作控制項
取得下拉列表的選取值 testselect option selected text 或 testselect find option selected text 或 testselect val 記性不好的可以收藏下 1,下拉框 稍微解釋一下 1.select name country optio...
jquery表單物件操作
在jquery中這三個函式如果有引數的話就是賦值操作,沒有引數則是取值操作,其中val 是乙個很重要的方法,和它相關的表單物件如 input系的標籤 select textarea等都是用於和伺服器端互動的標籤元素,所以要搞清楚這個val 對於radio checkbox select的賦值操作 如...
JQuery 表單常見操作
1 radio的change事件 yhxz change function var selectedvalue input name yhxz checked val alert selectedvalue 2 dom顯示與隱藏 id show 表示 display block,id hide 表示...