...
|
...
|
@@ -37,7 +37,7 @@ function Select(items) { |
|
|
elem.removeClass('slide-in');
|
|
|
overlay.hide();
|
|
|
elem.hide();
|
|
|
}
|
|
|
};
|
|
|
|
|
|
const show = function(cb) {
|
|
|
if (elem.parent().length === 0) {
|
...
|
...
|
@@ -62,7 +62,7 @@ function Select(items) { |
|
|
setTimeout(() => {
|
|
|
elem.addClass('slide-in');
|
|
|
}, 200);
|
|
|
}
|
|
|
};
|
|
|
|
|
|
$(del).click(function() {
|
|
|
hide();
|
...
|
...
|
|