jquery / api.jquerymobile.com

API documentation for jQuery Mobile
http://api.jquerymobile.com
Other
54 stars 59 forks source link

Bad documentation for virtualized events #100

Open elias6 opened 11 years ago

elias6 commented 11 years ago

I am looking at the documentation for the vclick event handler and I am confused.

I think it is unclear as to what advantages "vclick" may have over "click" or "onclick".

matthieubrunet commented 9 years ago

I would add that the reference to jQuery dependency is not clear :

This plugin extends jQuery's built-in method. If jQuery UI is not loaded, calling the .vclick() method may not fail directly, as the method still exists. However, the expected behavior will not occur.

Is jQuery UI really needed ?