Question

How to find the version number of the latest version of jQuery Mobile Date: Wed Feb 13 23:27:57 2013 -0500 ?

That's not the file I can find anywhere else, tried to google it.

I need a fixed CDN url path to this file, so it goes exactly to this version in the nearest future, not the most current one.

Était-ce utile?

La solution

EDIT 1

Actually the version can be found in the file, open the file and search for version. In your question you'll find that it the jQuery lib is of version:"1.3.0-rc.1"

Old answer

Have you tried the http://jquerymobile.com/download/ page ? You can specify the version, instead of using the "latest" version like:

http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js

Autres conseils

Open the jQuery file, i.e. jquery.mobile.min.js or jquery.mobile.js. Top of the file, in comments, it'll tell you its version number like this:

/*! jQuery Mobile 1.4.2 | Git HEAD hash: 9d9a42a <> 2014-02-28T17:32:01Z | (c) 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top