* fix the bug of IE6.
This commit is contained in:
@@ -13,6 +13,9 @@ $(function() {
|
||||
function(){$(this).addClass('hoover')},
|
||||
function(){$(this).removeClass('hoover')}
|
||||
);
|
||||
|
||||
/* IE6下面click事件和colorbox冲突。暂时去除该功能。*/
|
||||
if($.browser.msie && Math.floor(parseInt($.browser.version)) == 6) return;
|
||||
$('.tablesorter tbody tr').click(
|
||||
function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user