Side navigation
#1686 closed bug (fixed)
Opened September 19, 2007 07:37PM UTC
Closed September 20, 2007 03:14AM UTC
UI noConflict compatibility
Reported by: | andreasc | Owned by: | rworth |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | noConflict | Cc: | |
Blocked by: | Blocking: |
Description
$ grep "})($);" *.js
ui.draggable.js:})($);
ui.droppable.js:})($);
ui.magnifier.js:})($);
ui.mouse.js: })($);
ui.resizable.js:})($);
ui.shadow.js:})($);
ui.slider.js:})($);
ui.sortable.js: })($);
Shouldnt all plugins end with })(jQuery); so we can use them with noConflict?