You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this sentence, "vmousedown" and "vmouseup" are swapped:
"In touch environments, the plugin retains the order of event firing that is seen in traditional mouse environments, so for example, vmouseup is always dispatched before vmousedown, and vmousedown before vclick, etc."
This sentence doesn't make sense:
"This plugin extends jQuery's built-in method. If jQuery UI is not loaded, calling the .vmousedown() method may not fail directly, as the method still exists. However, the expected behavior will not occur."
unless you mean "jQuery" instead of "jQuery UI".
The text was updated successfully, but these errors were encountered:
@matteosistisette thank you for reporting this on 1 you are correct. On 2 it should actually be jQuery Mobile instead of UI because on will allow you to pass any event name you want with out error it will just never get triggered unless jQuery Mobile is present to trigger the event. we should fix both of these and maybe clarify what we mean with 2
At http://api.jquerymobile.com/vmousedown/ there are at least two errors:
In this sentence, "vmousedown" and "vmouseup" are swapped:
"In touch environments, the plugin retains the order of event firing that is seen in traditional mouse environments, so for example, vmouseup is always dispatched before vmousedown, and vmousedown before vclick, etc."
This sentence doesn't make sense:
"This plugin extends jQuery's built-in method. If jQuery UI is not loaded, calling the .vmousedown() method may not fail directly, as the method still exists. However, the expected behavior will not occur."
unless you mean "jQuery" instead of "jQuery UI".
The text was updated successfully, but these errors were encountered: