Events in jQM bind(), live(), on(), delegate()
Can someone explain me what event method should be used for jQM?
With this I mean bind() & live() & on() & delegate() ...
I know that from jQuery 1.7 the on() method is preferred, but jQM docs gives us multiple examples.
Maybe standardize this...