From 53e61ddf1528138812021da2822734d584bd2244 Mon Sep 17 00:00:00 2001 From: Alicia Lippert Date: Tue, 16 Oct 2012 11:51:49 -0400 Subject: [PATCH] API Doc: vMouseDown update --- entries/vmousedown.xml | 31 ++++++++++++++++++++++++++++++ resources/vmousedown/example1.html | 19 ++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 entries/vmousedown.xml create mode 100644 resources/vmousedown/example1.html diff --git a/entries/vmousedown.xml b/entries/vmousedown.xml new file mode 100644 index 00000000..1cefcc46 --- /dev/null +++ b/entries/vmousedown.xml @@ -0,0 +1,31 @@ + + + .vmousedown() + Virtualized mouseover event handler. + +

The jQuery Mobile .vmousedown() event handler simulates the "onmousedown" event handler on mobile devices. This event is fired on the initial touch of the screen on the device.

+ +
+		
+	
+
+ 1.0 + + + A function to invoke after the vmousedown event is fired. + + +
+		
+			

+ +

+
+
+ +
diff --git a/resources/vmousedown/example1.html b/resources/vmousedown/example1.html new file mode 100644 index 00000000..c1163202 --- /dev/null +++ b/resources/vmousedown/example1.html @@ -0,0 +1,19 @@ + + + + + + vmousedown demo + + + + + +

Touch here, move up and down to see what happens.

+ + + \ No newline at end of file