标签:style color ar 使用 sp bs line as tt
var objTrInput = $(‘.clsitem input[type=checkbox]‘);
if ($(objTrInput[i]).attr(‘checked‘) == true)
var objTrInput = $(‘.clsitem .chk‘);
if ($(objTrInput[i]).attr(‘checked‘) == true)
使用class 获取不到checked的值
标签:style color ar 使用 sp bs line as tt
原文地址:http://www.cnblogs.com/qfkobe24/p/4090098.html