Using jQuery in BSS5 with linked and imported JS files

If I want to use jQuery and turn it on in BSS5, will it be available to linked external JS files, or only imported JS files? If it is not available to linked exrernal files, then in that use case, am I correct I have to download and specify the jQuery files? If so, is it logical that they too must be linked external JS files?

Its a little confusing with whether to use BSS5 jQuery support by turning it on and the JS files it delivers support to, linked or imported. Thanks.

If will be available to all js files, both external and imported.

You may have to make sure that the order of your js files is correct, just right click on the Javascript header in the Design Tab and select “include order”

1 Like