HOTFEATURE 2015.1 - Added settings to override the locations for jQuery UI file references.
Added settings to override the locations for jQuery UI file references.
Now jQueryUI javascript and CSS can be loaded from a CDN
Added settings for the JS, Core CSS, Theme CSS, and Tabs CSS to load individual pieces vs the entire UI styles.
There is also a setting to load a single CSS stylesheet (most CDNs only offer the single combined stylesheet), then only the Core CSS path will be included in the theme.
Some possible CDNs include:
Google AJAX CDN
JS: //ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js
CSS (single sheet): //ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.min.css
jQuery Official CDN
JS: //code.jquery.com/ui/1.10.4/jquery-ui.min.js
CSS (single sheet): //code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.min.css
Cdnjs
JS:
CSS (single sheet): //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery-ui.min.css
CSS Core : //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery.ui.core.css
CSS Theme : //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery.ui.theme.css
CSS Tabs : //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery.ui.tabs.css
Now jQueryUI javascript and CSS can be loaded from a CDN
Added settings for the JS, Core CSS, Theme CSS, and Tabs CSS to load individual pieces vs the entire UI styles.
There is also a setting to load a single CSS stylesheet (most CDNs only offer the single combined stylesheet), then only the Core CSS path will be included in the theme.
Some possible CDNs include:
Google AJAX CDN
JS: //ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js
CSS (single sheet): //ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.min.css
jQuery Official CDN
JS: //code.jquery.com/ui/1.10.4/jquery-ui.min.js
CSS (single sheet): //code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.min.css
Cdnjs
JS:
CSS (single sheet): //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery-ui.min.css
CSS Core : //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery.ui.core.css
CSS Theme : //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery.ui.theme.css
CSS Tabs : //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery.ui.tabs.css
0
Please sign in to leave a comment.
Comments
0 comments