Get programmatic version of jQuery

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?

+3


source to share


1 answer


Thanks @Omar for his comment,

$.mobile.version

      



is work being done

+1


source







All Articles