1.根据name属性和类型选择
$('input[type=radio][name=bedStatus]').change(function() {
if (this.value == 'allot') {
alert("Allot Thai Gayo Bhai");
}else if (this.value == 'transfer') {
alert("Transfer Thai Gayo");
}
});
$('input:radio[name=typeTag]').change(function() {
if (this.value == 'allot') {
alert("Allot Thai Gayo Bhai");
}
else if (this.value == 'transfer') {
alert("Transfer Thai Gayo");
}
});
$("input[type='radio'][name='radio']:checked").length == 0 ? "没有任何单选框被选中" : "已经有选中";
2.根据类型查找
var stdLength = $.find(".cycleCheckBoxAll").length;
3.查找父级label节点的兄弟div节点
function checkAllCircles(obj){
if (obj.checked) {
$(obj).parent('label').siblings('div').find('input[type="checkbox"]').each(function () {
this.checked = true;
});
} else {
$(obj).parent('label').siblings('div').find('input[type="checkbox"]').each(function () {
this.checked = false;
});
}
}
4.查找找到的第一个元素
<ul>
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>
<li>list item 4</li>
<li>list item 5</li>
</ul>
$('li').first().css('background-color', 'red');
最新评论
网飞没问题, 迪士尼+有解决方案么?
pp助手是安卓手机用的,根本下载用不来苹果
已解决
这样的话数据库里的结构为{"attachment":{"content":"xxx"}}, 要怎么才能变成{"content":"xxx"},从而使结构保持一致?
赞! make test不过的坑都写到的,谢谢楼主~
谢谢你
用了root用户还是一直502是怎么回事呢
student id 是空的