I am using data tables for pagination. But this is not workin开发者_C百科g in IE6. The problem is in IE6, the checked checkboxes are not persisting if move to another page, but this working fine with IE7 & mozilla
var selectedunmatchParty = new Array();
$('#unmatchpartygrp input:checked').each(function() {
selectedunmatchParty.push($(this).attr('id'));
});
Sorry to sound like a troll but IE6 is the problem People should have upgraded years ago.
Fixing for IE6 in this day and age is only worsening the problem by making people feel it's normal to drive around in a Model T Ford . . .
As for a fix 'because you have to' try this: http://datatables.net/forums/comments.php?DiscussionID=106&page=1
Sorry ^^ wrong link, http://datatables.net/forums/comments.php?DiscussionID=185 should be the one.
Stupid bosses still using IE6 ;)
精彩评论