生活随笔
收集整理的這篇文章主要介紹了
jquery checked 操作多选
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
$(?function()?{???????????????????$("#selectAll").click(?function()?{?????????????$("input[name='send-mail']").each(?function()?{?????????????????$(this).attr("checked",?true);?????????????});?????????});???????????????$("#inverseAll").click(?function()?{?????????????$('input[name="send-mail"]').each(?function()?{?????????????????$(this).attr("checked",?!$(this).attr("checked"));?????????????});?????????});???????????????????$("#deselectAll").click(?function()?{?????????????$("input[name='send-mail']").each(?function()?{?????????????????$(this).attr("checked",?false);?????????????});?????????});???????????????????$("#sendMailAll").click(?function()?{?????????????var?selectedStr?=?"";?????????????var?$sendMail?=?$("input[name='send-mail']");?????????????$sendMail.each(?function()?{?????????????????if?($(this).attr("checked"))?{?????????????????????selectedStr?+=?$(this).val()?+?",";?????????????????}?????????????});?????????????if?($.trim(selectedStr)?==?"")?{?????????????????alert("請(qǐng)未選中任何數(shù)據(jù)!");?????????????????return?false;?????????????}????????????????????alert(selectedStr?);??????????????????????});?????????}); ?
總結(jié)
以上是生活随笔為你收集整理的jquery checked 操作多选的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。