您好,登錄后才能下訂單哦!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script src="Scripts\jquery-1.7.1.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { $("#selectAll").click(function () { $("#playList :checkbox").attr("checked", true); }); $("#unSelect").click(function () { $("#playList :checkbox").attr("checked", false); }); $("#reverse").click(function () { $("#playList :checkbox").each(function () { $(this).attr("checked", !$(this).attr("checked")); }); }); }) </script> </head> <body> <h4>你喜歡的咖啡是?</h4> <div id="playList"> <input type="checkbox" value="藍(lán)山咖啡" />藍(lán)山咖啡<br/> <input type="checkbox" value="拿鐵" />拿鐵<br/> <input type="checkbox" value="卡布奇諾" />卡布奇諾<br/> <input type="checkbox" value="終南山" />終南山<br/> <input type="checkbox" value="黑豆" />黑豆<br/> </div> <input type="button" id="selectAll" value="都喜歡" /> <input type="button" id="unSelect" value="都不喜歡"/> <input type="button" id="reverse" value="反選"/> </body> </html>
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。