Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

jquery如何获取checkbox的值和判断是否替换,表单的焦点事件

//注册  短信关键词//单选框点周事件
$('#need_reg input[type="checkbox"]').change(function(){//判断是否选中
if($('#need_reg input[type="checkbox"]').attr("checked")){
$('#messagewords input[name="messagewords"]').removeAttr("disabled");  //表单移除disabled }else{
$('#messagewords input[name="messagewords"]').attr("disabled","disabled");
$('#messagewords input[name="messagewords"]').val('');
}})
$('input[name="type"]:checked').val();   //单选框选中的值
$('#messagewords input[name="messagewords"]').val('');
$('#need_reg input[type="checkbox"]').removeAttr("checked");    //多选框移除选择$('#messagewords input[name="messagewords"]').attr("disabled","disabled");   //选择$('#need_reg input[type="checkbox"]').attr("checked","checked");这是几种常见的单选框和多选框点击事件方法和获取值方法表单的焦点事件,验证
$('.process_name').bind({focus:function(){},blur:function(){
var process_name=$(this).val();
var ads_type=$('input[name="type"]:checked').val();
if (this.value == ""){
$(this).next('span').html('不能为空');
$(this).focus();
}else{
$.ajaxSetup({async:false});
$.getJSON(
'?t='+Math.random(),{
"process_name":process_name,"type":ads_type 
},function(data){
if( data!=0 && data !=$('.ads_adid').html()){
$('.process_name').next('span').html('已被广告'+data+'占用');
$('.process_name').focus();}else{$('.process_name').next('span').html('');
}
});
}
}
});

 

温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
未整理

直播带货怎么做?商家如何玩转直播带货,针对商家 内容干货 目的赚钱

2021-5-5 0:00:00

未整理

云优YUNUCMS企业网站管理系统

2021-5-7 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索