There doesn't seem to be a way to check the jQuery Mobile version. Is that correct?
I searched the source code, and was only able to find the version as a comment. However, perhaps it is hidden in some non-obvious form.
I have a workaround in a plugin for a problem that was fixed in 1.1. I don't want to unnecessarily apply the workaround if 1.1 is loaded. So, I want to test what version of jQuery Mobile is being used.
Absent a version number, I will have to kludge it by testing for some function that is present in 1.1 and absent in 1.0.
Surely, JQM deserves a way to check the version number!