<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>pointerstart jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71673/pointerstart-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>pointerstart jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71673/pointerstart-jquery-event</link><pubDate>Thu, 02 Jun 2022 15:18:13 GMT</pubDate><guid isPermaLink="false">0ffccbd0-03ad-4c0a-9eb8-7835f9417e55</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71673/pointerstart-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Former Member on 06/02/2022 15:18:13&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_event_special_pointerstart" name="jQuery_event_special_pointerstart"&gt;&lt;/a&gt;jQuery.event.special.pointerstart&lt;/h3&gt;
&lt;p&gt;Cross-platform event raised when pointing/touching has begun. Supported on Android, iOS, Windows Phone, and desktop browsers (via mouse events).&lt;/p&gt;
&lt;p&gt;Bubbles and can be delegated against.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pointerstart&lt;/code&gt; is a low-level event consumed by higher-level gesture events. If attempting handle a user&amp;#39;s tap, it&amp;#39;s almost always better to handle the explicit [[tap jQuery Event|tap]] gesture event in the same way that it&amp;#39;s typically better to handle the &lt;code&gt;click&lt;/code&gt; event instead of &lt;code&gt;mousedown&lt;/code&gt; on the desktop.&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;pointerstart&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;originalEvent&lt;/code&gt;: Native event object which was re-interpreted as a &lt;code&gt;pointerstart&lt;/code&gt;. (&lt;code&gt;mousedown&lt;/code&gt;, &lt;code&gt;touchstart&lt;/code&gt;, or &lt;code&gt;mspointerstart&lt;/code&gt;)&lt;/li&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;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>pointerstart jQuery Event</title><link>https://community.telligent.com/community/12/w/api-documentation/71673/pointerstart-jquery-event/revision/1</link><pubDate>Fri, 15 Jan 2021 21:45:45 GMT</pubDate><guid isPermaLink="false">0ffccbd0-03ad-4c0a-9eb8-7835f9417e55</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71673/pointerstart-jquery-event#comments</comments><description>Revision 1 posted to API Documentation by Ben Tiedt on 01/15/2021 21:45:45&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.event.special.pointerstart&lt;/h3&gt;
&lt;p&gt;Cross-platform event raised when pointing/touching has begun. Supported on Android, iOS, Windows Phone, and desktop browsers (via mouse events).&lt;/p&gt;
&lt;p&gt;Bubbles and can be delegated against.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pointerstart&lt;/code&gt; is a low-level event consumed by higher-level gesture events. If attempting handle a user&amp;#39;s tap, it&amp;#39;s almost always better to handle the explicit [[tap jQuery Event|tap]] gesture event in the same way that it&amp;#39;s typically better to handle the &lt;code&gt;click&lt;/code&gt; event instead of &lt;code&gt;mousedown&lt;/code&gt; on the desktop.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(element).on(&amp;#39;pointerstart&amp;#39;, function(e){
    // handle event...
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Data on the event&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;originalEvent&lt;/code&gt;: Native event object which was re-interpreted as a &lt;code&gt;pointerstart&lt;/code&gt;. (&lt;code&gt;mousedown&lt;/code&gt;, &lt;code&gt;touchstart&lt;/code&gt;, or &lt;code&gt;mspointerstart&lt;/code&gt;)&lt;/li&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;/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>