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