<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>taphold jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65170/taphold-jquery-event</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>taphold jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65170/taphold-jquery-event</link><pubDate>Tue, 19 Nov 2019 20:27:48 GMT</pubDate><guid isPermaLink="false">01d5511f-8ee4-4302-9551-15f0351ff89f</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65170/taphold-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:27:48&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_event_special_taphold" name="jQuery_event_special_taphold"&gt;&lt;/a&gt;jQuery.event.special.taphold&lt;/h3&gt;
&lt;p&gt;Event raised when an element is tapped and not released for over 400 ms and not moved over 1 pixel.&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;taphold&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>