diff --git a/js/jquery.nice-select.js b/js/jquery.nice-select.js index 57fe3b2..db3dfb0 100644 --- a/js/jquery.nice-select.js +++ b/js/jquery.nice-select.js @@ -90,7 +90,7 @@ $(document).off('.nice_select'); // Open/close - $(document).on('click.nice_select', '.nice-select', function(event) { + $(document).on('click.nice_select', '.nice-select:not(.disabled)', function(event) { var $dropdown = $(this); $('.nice-select').not($dropdown).removeClass('open'); @@ -187,4 +187,4 @@ }; -}(jQuery)); \ No newline at end of file +}(jQuery));