Discussions
jQuery Bundle Query
Hey all, I have a question about adding jQuery to scripts. Now that NetSuite is going to stop providing jQuery I am looking into adding it manually, does anyone know what will happen in the following situation:
We have 2 bundles, one bundle has an older implementation of jQuery running on Sales Orders. The second bundle has a newer implementation of jQuery with additional features not present in the version included in the first bundle, also running on Sales Orders. (edited)
If they both are running at the same time, will each script use it's own implementation of jQuery? I'm worried that in this situation only one version of jQuery will be loaded and if the first one is loaded without the additional features then it will cause errors.