Is there a way to get the programmatic version of jQuery programmatically?
I found two ways for regular JQuery, but nothing for JQuery mobile:
$.prototype.jquery
$.fn.jquery
How can I ensure that the current page is using some version of JQM?
source
to share