From d60fb307707e107632949776a69fcc40aa895107 Mon Sep 17 00:00:00 2001 From: Robert Bosse Date: Tue, 16 Oct 2012 14:29:32 -0400 Subject: [PATCH] API Doc: Updated methods sections in vmouse events --- entries/vclick.xml | 14 +++++++------- entries/vmousecancel.xml | 14 +++++++------- entries/vmouseover.xml | 14 +++++++------- entries/vmouseup.xml | 14 +++++++------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/entries/vclick.xml b/entries/vclick.xml index de37922d..5e2c61bf 100644 --- a/entries/vclick.xml +++ b/entries/vclick.xml @@ -5,13 +5,6 @@

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.

- - - - A function to invoke in the event binding to prevent the synthetic click event by the browser. - - -