Friday, October 28, 2011

jQuery CDN

For all web page utilize jQuery Mobile have to links to jQuery, jQuery Mobile and also jQuery Mobile stylesheet.

http://code.jquery.com/ is CDN-hosted versions of the libraries and css. You can link to it from your web page directly, without download to your host.

However, if your web app have to work offline, you can download it to your local host. And also, the latest version of CDN-hosted versions will be changed constantly, you can specify the fixed version for your libraries, or download it.

Refer to the post Basic jQuery Mobile Web Page for example to link to jQuery CDN.

jQuery CDN

No comments:

Post a Comment