* adjust auto check.

This commit is contained in:
wangyidong
2014-12-17 01:39:39 +00:00
parent dea2622ff5
commit a5d4fff722
+2 -2
View File
@@ -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')
{