for each problem
for each problem
jQuery 1.8.3
this one works... just for i <dt>
var t = $('[isActiv="False"]');
$(t).parents('td:first').addClass('bg');
but that fails:
$.each('.lst tr td span [isActiv="False"]'), function () {
$(this).parents('td:first').addClass('bg');
}
Line: 611
Error: Unable to get property 'call' of undefined or null reference
Topic Participants
zimzumim.co.il
jakecigar