summaryrefslogtreecommitdiffstats
path: root/jquery.multiple.select.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.multiple.select.js')
-rw-r--r--jquery.multiple.select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.multiple.select.js b/jquery.multiple.select.js
index b8f2338..56e778c 100644
--- a/jquery.multiple.select.js
+++ b/jquery.multiple.select.js
@@ -478,7 +478,7 @@
});
//Check if no matches found
- if (this.$selectItems.filter(':visible').length) {
+ if (this.$selectItems.parent().filter(':visible').length) {
this.$selectAll.parent().show();
this.$noResults.hide();
} else {