diff --git a/jquery.dropdown.js b/jquery.dropdown.js index f83f239..f3156ca 100644 --- a/jquery.dropdown.js +++ b/jquery.dropdown.js @@ -90,14 +90,6 @@ if (jQuery) (function ($) { // Trigger the event early, so that it might be prevented on the visible popups var hideEvent = jQuery.Event("hide"); - $(document).find('.jq-dropdown:visible').each(function () { - var jqDropdown = $(this); - jqDropdown - .hide() - .removeData('jq-dropdown-trigger') - .trigger('hide', { jqDropdown: jqDropdown }); - }); - if(!hideEvent.isDefaultPrevented()) { // Hide any jq-dropdown that may be showing $(document).find('.jq-dropdown:visible').each(function () {