You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
I am trying to load the plugin using require.js (AMD). Unfortunately, it gives me an error. Looking at the source, I see the following line:
define([ "jquery" ], factory )
which states that we have a dependency on jquery. This is fine but the plugin also uses jquery-ui which is where $.widget() comes from. I think that the plugin may need to be altered to have the following as a define: