生活随笔
收集整理的這篇文章主要介紹了
jquery checked 操作多选
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
$(?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("請未選中任何數據!");?????????????????return?false;?????????????}????????????????????alert(selectedStr?);??????????????????????});?????????}); ?
總結
以上是生活随笔為你收集整理的jquery checked 操作多选的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。