Authored by 沈志敏

code check

... ... @@ -45,7 +45,7 @@ function Select(items) {
lis.each(function(index) {
if ($(this).attr('status') === 'false' || $(this).attr('status') === '') {
$(this).click(function(e) {
$(this).click(function() {
hide();
cb(items[index]);
});
... ...