<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>doubletap jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65146/doubletap-jquery-event</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>doubletap jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65146/doubletap-jquery-event</link><pubDate>Tue, 19 Nov 2019 20:28:03 GMT</pubDate><guid isPermaLink="false">b3be947c-c331-4afe-b924-7a75b74aa887</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65146/doubletap-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:28:03&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_event_special_doubletap" name="jQuery_event_special_doubletap"&gt;&lt;/a&gt;jQuery.event.special.doubletap&lt;/h3&gt;
&lt;p&gt;Event raised when a second [[tap jQuery Event|tap]] occurs within 250 ms of a previous tap.&lt;/p&gt;
&lt;p&gt;Bubbles and can be delegated against.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(element).on(&amp;#39;doubletap&amp;#39;, function(e){
    // handle event...
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Data_on_the_event" name="Data_on_the_event"&gt;&lt;/a&gt;Data on the event&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;pointers&lt;/code&gt;: array of Pointer objects, each with&lt;code&gt;pageX&lt;/code&gt; and &lt;code&gt;pageY&lt;/code&gt; properties&lt;/li&gt;
&lt;li&gt;&lt;code&gt;originalEvent&lt;/code&gt;: Native event object which was re-interpreted as a &lt;code&gt;tap&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;duration&lt;/code&gt;: duration of the tap&lt;/li&gt;
&lt;/ul&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>