IE6 Type Mismatch Bug
IE6 Type Mismatch Bug
bryceray1121
Posts: 65Questions: 0Answers: 0
When the page loads IE6 is throwing a javascript error pointing to these lines of code:
[code]
/* Remove row stripe classes if they are already on the table row */
var bStripeRemove = false;
var anRows = $('tbody>tr', this);
for ( i=0, iLen=oSettings.asStripClasses.length ; i
[code]
/* Remove row stripe classes if they are already on the table row */
var bStripeRemove = false;
var anRows = $('tbody>tr', this);
for ( i=0, iLen=oSettings.asStripClasses.length ; i
This discussion has been closed.