* fix the bug of IE6.

This commit is contained in:
wangchunsheng
2010-04-30 07:22:22 +00:00
parent a987eed4b1
commit 0e301ea65c
+3
View File
@@ -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()
{