This commit is contained in:
joyqi
2013-10-12 22:31:22 +08:00
parent 55ddd0c94f
commit a0d06eb9a1
4 changed files with 7 additions and 56 deletions
+5
View File
@@ -28,6 +28,11 @@
function clickRow (t) {
var t = $(t), check = $(s.checkEl, t), checked = check.prop('checked');
if (!check.length) {
return;
}
check.prop('checked', !checked);
if (checked) {