From: Steve Sutton Date: Fri, 24 Mar 2017 13:49:34 +0000 (-0400) Subject: Testing for IE X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=cecb060c5dba7aff63e8bdcf1b0b9da211964733;p=WP-Plugins%2Fglm-member-db-apis.git Testing for IE This may help prevent IE from closing the dropdown menu when you try and select something from the dropdown. --- diff --git a/views/front/apis/schedule.html b/views/front/apis/schedule.html index 5bf63df..4489f89 100644 --- a/views/front/apis/schedule.html +++ b/views/front/apis/schedule.html @@ -15,6 +15,9 @@ {/if} jQuery(document).ready(function(){ {if $inDropDown} + $("#dd-sched-1, #dd-sched-2, #dd-sched-3").mouseleave(function(){ + event.stopPropagation(); + }); // For the drop down docks schedules var dropdown_dockForm = $("#dockForm"); var dropdown_formDockId = $("#formDockId");