This commit is contained in:
joyqi
2013-10-08 22:56:56 +08:00
parent 5715153532
commit 37e76372c5
7 changed files with 67 additions and 45 deletions
+4
View File
@@ -41,6 +41,10 @@
$(s.checkEl, this).click(function (e) {
clickRow($(this).parents(s.rowEl));
});
$('input[type=text],input[type=password],textarea,input[type=submit],input[type=button],a,button').click(function (e) {
e.stopPropagation();
});
}).click(function () {
clickRow(this);
});