if(document.getElementById("target_obj_id")){
} else {
}
1.
var target_obj = jQuery('#target_obj_id');
if (target_obj.length > 0) { //如果大于0 标识 id 为target_obj_id的对象存在,否则不存在
} else {
}
2、
if (target_obj[0]) {
} else {
}
3. $.isEmptyObject({}) // true
$.isEmptyObject({ foo: "bar" }) // false
//判断并遍历每个对象
if($("#t_specialsearch select").length <= 0){
alert("对象为空");
}else{
//console.log($("#t_specialsearch select")[0]);
$("#t_specialsearch select").each(function(){
//alert($(this));
console.log($(this));
});
for(var i in $("#t_specialsearch select")){
console.log($("#t_specialsearch select")[i]);
}
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有