欧美一区二区三区性视频_婷婷综合另类小说色区_亚洲av乱码一区二区三区林ゆな_天堂在线资源中文在线8_久久这里只有精品首页

當(dāng)前位置: 首頁 > 網(wǎng)站開發(fā) > 正文

JQ至少選擇一個復(fù)選框代碼

妙網(wǎng)小編 發(fā)表于2016年7月8日 17:02
<html>
 <head>
  <title></title>
  <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
  <script type="text/javascript">
  $(function(){ 
   $('#submit').click(function(){
    if($(":checkbox[checked = true]").size()<1){
     alert("最少選擇一個復(fù)選框!");
     return false;
    } alert('OK')
   });
  })    
 </script>
 </head>
 <body>
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="checkbox" >
  <input type="button" id="submit" value=" 提 交 ">
 </body>
</html>
本文標(biāo)簽: 網(wǎng)站制作網(wǎng)站建設(shè)網(wǎng)站設(shè)計HTMLJQ
本文標(biāo)題: JQ至少選擇一個復(fù)選框代碼
本文鏈接: http://parrion.com.cn/m/?post=602

隨機文章推薦 收藏本文

共有3823閱 / 0我要評論
  1. 還沒有評論呢,快搶沙發(fā)~

發(fā)表你的評論吧返回頂部

!評論內(nèi)容需包含中文

請勾選本項再提交評論