vmousecancel event

vmousecancel

vmousecancel eventversion added: 1.0

Description: Virtualized mousecancel event handler.

  • jQuery( ".selector" ).on( "vmousecancel", function( event ) { ... } )

We provide a set of "virtual" mouse events that attempt to abstract away mouse and touch events. This allows the developer to register listeners for the basic mouse events, such as mousedown, mousemove, mouseup, and click, and the plugin will take care of registering the correct listeners behind the scenes to invoke the listener at the fastest possible time for that device. In touch environments, the plugin retains the order of event firing that is