You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/tap.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<title>tap</title>
4
4
<desc>Triggered after a quick, complete touch event.</desc>
5
5
<longdesc>
6
-
<p>The jQuery Mobile <code>tap</code> event triggers after a quick, complete touch event that occurs of a single target object. It is the gesture equivalent of a standard click event that is triggered on the release state of the touch gesture.</p>
6
+
<p>The jQuery Mobile <code>tap</code> event triggers after a quick, complete touch event that occurs on a single target object. It is the gesture equivalent of a standard click event that is triggered on the release state of the touch gesture.</p>
<desc>Triggered after a sustained complete touch event.</desc>
5
+
<longdesc>
6
+
<p>The jQuery Mobile <code>taphold</code> event triggers after a sustained, complete touch event (also known as a long press).</p>
7
+
8
+
<p><code>$.event.special.tap.tapholdThreshold (default: 750) - </code> The tapholdThreshold property is how long (in milliseconds) the user must hold their tap before the taphold event fires on the target element.</p>
0 commit comments