Custom widgets and jQuery UI

1
I'm working on a custom widget for drag and drop support, it will use jQuery UI under the hood. I use the latest method using Brackets. jQuery UI uses a custom download to select the necessary modules and it is advised not to include everything. What happens if one application has multiple widgets that use jQuery UI? Will each widget still have a separate jQueryUI instance?
asked
2 answers
1

From the info of the last widget webinar this specific question was asked and the answer was that each widget had its own instance.

Regards,

Ronald

answered
0

Hi Marcel,

If need be, they could be shared by the widgets. This requires some little work:

https://forum.mendix.com/questions/6867/Conflict-with-you-JQuery-Widgets-and-duplicated-loading-of-jQuery-Libraries-SOLUTION

Cheers, Andries

answered