Some optimization for column resize script

This commit is contained in:
Aris Feryanto 2011-06-01 13:11:53 +07:00
parent 3b7f35d5c9
commit 3cf69dfbb8

View File

@ -81,9 +81,7 @@
});
// wrap all data cells, except actions cell, with span
$(t).find('th, td:not(:has(span))').each(function() {
$(this).wrapInner('<span />');
});
$(t).find('th, td:not(:has(span))').wrapInner('<span />');
// register events
$(document).mousemove(function(e) {