<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>glowDelayedMouseEnter jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71663/glowdelayedmouseenter-jquery-event</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>glowDelayedMouseEnter jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71663/glowdelayedmouseenter-jquery-event</link><pubDate>Fri, 15 Jan 2021 21:44:08 GMT</pubDate><guid isPermaLink="false">bed603bb-7578-4b7e-aafb-b81cb6223e57</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71663/glowdelayedmouseenter-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 01/15/2021 21:44:08&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.event.special.glowDelayedMouseEnter&lt;/h3&gt;
&lt;p&gt;This plugin exposes a specialized version of mouseEnter which does not fire until after a delay.  The special event supports both binding and delegation.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;// 1 second delay from actual mouse enter to when the event is triggered
$(&amp;#39;selector&amp;#39;).on(&amp;#39;glowDelayedMouseEnter&amp;#39;, 1000, function(e){
    // handle mouse enter
});
&lt;/code&gt;&lt;/pre&gt;

&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>