JQuery UI controls not working after jquery.js loads after jquery.ui.js -
i'm having issue working jquery ui. i'm working on product (widgets) deployed in page multiple other widgets installed.
i've referred jquery.js first , jquery.ui.js after in widget , i'm using jquery ui controls calendar, tooltip etc.
but when deployed in common page see other widgets loading jquery.min.js. getting loaded after jquery ui script file loaded. because of none of jquery ui controls loading since jquery ui objects getting overridden.
so how can make sure jquery ui controls work in scenario?
maybe put own plug-in , jquery.ui.js after widgets , don't load jquery again? sounds weird situations because normally, widget should not load jquery on own. if allowed modify widgets, maybe go in , remove part loads jquery.
Comments
Post a Comment