From 0e301ea65cba850cb3be6323b8f9e6a3be9d6894 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 30 Apr 2010 07:22:22 +0000 Subject: [PATCH] * fix the bug of IE6. --- module/common/view/tablesorter.html.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/common/view/tablesorter.html.php b/module/common/view/tablesorter.html.php index dae1fd6ebb..0a17ec63e5 100644 --- a/module/common/view/tablesorter.html.php +++ b/module/common/view/tablesorter.html.php @@ -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() {