阅读背景:

jquery $函数在IE中返回不同的结果

来源:互联网 
$('.Schedule .Full input').each(function(i)
 {
        var controls = $('.Morning input, .MorningPart input, .Afternoon input, .AfternoonPart input', $(this).parents('.Schedule'));
        alert(controls.length + " Conflicting Controls\n"+
              $(this).parents('.Schedule').attr('id') + " Parent");
 });
$('.Schedule .Full input').each(function(i)
 {



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: