开发者

jquery data tables not working in IE6 although its working IE7 & firefox

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 ;)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜