JQuery UI... pre-bundled?

Does anyone know if JQuery-UI comes pre-bundled as part of an App’s core package?

No it doesn’t, when I have included it in the past I usually make it possible for the user to choose for it to be loaded as many plugins use it and it doesn’t like being loaded for than once.

1 Like

Thanks @jarrad

1 Like

I have tried putting this code into my app
https://codepen.io/slyka85/pen/BvQbRP

and it doesn’t work because in the javascript it says tl in tl = new TimelineMax() isn’t being created.

I tried importing another jquery into the page but it didn’t like that.

Anyone know how to solve this?

1 Like