jQuery初练
才学习JQ不久,用的还不太熟,总结一下。下面是个简单的小例子
$("#xopvw,#xintb").change(function(){ if($("#xopvw option:selected").val() == ‘1‘ || $("#xintb option:selected").val() == ‘1‘){ var checkCount = $("input[name=‘bukrs_code‘]:checked").length; if(checkCount>1){ $("#bukrsTable tr:not(:first)").each(function(){ if($(this).children().eq(0).find(‘input[type=checkbox][name=bukrs_code]‘).attr("checked") == "checked"){ if($(this).children().eq(2).attr("value") == ‘A‘ || $(this).children().eq(2).attr("value") == ‘D‘ || $(this).children().eq(2).attr("value") == ‘K‘){ $.Dialog.show("所选项目中存在统驭科目类型为(A、D、K)类型,上述类型不允许修改,是否未清项、是否自动记账值"); return false; } } }); } } });
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。