In the jQM documentation about virtual events, there is a phrase that is not clear to me:
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."
http://api.jquerymobile.com/vclick/
Is this a typo, or is jQuery UI a requirement for using those virtual events?