Loading jQuery
CDTS provides you with the option of how you would like to load jQuery. By default, jQuery is loaded locally from the WET build. However, you also have the option of loading jQuery from Google CDN
Implementation
You do not have to do anything if you would like to use the default option of loading jQuery from the WET build.
Loading jQuery from Google CDN is done through the jQuery
parameter in the refFooter
section of your page.
document.write(wet.builder.refFooter({ ... "jqueryEnv": external ... });