jQueryConfig::jQueryLoadMode
This property holds the default jQuery and jQueryUI load mode. The default value is "Default" which is synonymous with loading resources from CDN (with a local fallback) or from a fixed URL when no CDN is available.
The values this can be set to are:
-
* Default - Default location usually CDN if available (for jQuery, jQuery.ui)
* CDN - Load from CDN
* WebResource - Loads from Web Connection ~/scripts folder
Ideally you'll leave the value at Default and always use what the internal routines prefer.
o.jQueryLoadMode
See also
Class jQueryConfig© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic