From a5d4fff722af644e9425d5c2b1cd23cf18413dd0 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 17 Dec 2014 01:39:39 +0000 Subject: [PATCH] * adjust auto check. --- www/js/my.full.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/my.full.js b/www/js/my.full.js index 2d0b355153..49e4539f9c 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -554,9 +554,9 @@ function setComment() */ function autoCheck() { - $('.tablesorter tr :checkbox').click(function(){clickInCheckbox = 1;}); + $(document).on('click', '.tablesorter tr :checkbox', function(){clickInCheckbox = 1;}); - $('.tablesorter tr').click(function() + $(document).on('click', '.tablesorter tr', function() { if(document.activeElement.type != 'select-one' && document.activeElement.type != 'text') {