diff --git a/entries/vclick.xml b/entries/vclick.xml new file mode 100644 index 00000000..42d0e412 --- /dev/null +++ b/entries/vclick.xml @@ -0,0 +1,27 @@ + + + vclick + Virtualized click event handler. + +

The jQuery Mobile "vclick" event handler simulates the "onclick" event handler on mobile devices.

+

The idea behind virtualized mouse events is to translate touch events into mouse events. Developers should be aware that these virtualized mouse events will not prevent any synthetic mouse events from being triggered inside the browser after a touch event. If a mouse-type device is used on the system, the virtualized mouse events are dispatched at the same time as the normal mouse events.

+ +
+

+ +

+
+ 1.0 + + + + A function to invoke in the event binding to prevent the synthetic click event by the browser. + + + + +
diff --git a/entries/vmousecancel.xml b/entries/vmousecancel.xml index 5ca3ba04..ebb83698 100644 --- a/entries/vmousecancel.xml +++ b/entries/vmousecancel.xml @@ -16,10 +16,12 @@

1.0 - - - A function to invoke in the event binding to prevent the synthetic click event by the browser. - - + + + + A function to invoke in the event binding to prevent the synthetic click event by the browser. + + + diff --git a/entries/vmouseover.xml b/entries/vmouseover.xml index ca1610e5..87826afb 100644 --- a/entries/vmouseover.xml +++ b/entries/vmouseover.xml @@ -16,10 +16,12 @@

1.0 - - - A function to invoke in the event binding to prevent the synthetic click event by the browser. - - + + + + A function to invoke in the event binding to prevent the synthetic click event by the browser. + + + diff --git a/entries/vmouseup.xml b/entries/vmouseup.xml index 7082cc4e..ade360a1 100644 --- a/entries/vmouseup.xml +++ b/entries/vmouseup.xml @@ -16,10 +16,12 @@

1.0 - - - A function to invoke in the event binding to prevent the synthetic click event by the browser. - - + + + + A function to invoke in the event binding to prevent the synthetic click event by the browser. + + + diff --git a/resources/vclick/example1.html b/resources/vclick/example1.html new file mode 100644 index 00000000..cf9ac10e --- /dev/null +++ b/resources/vclick/example1.html @@ -0,0 +1,21 @@ + + + + + + hashtag demo + + + + + +

Touch here to see what happens.

+ + + \ No newline at end of file