#1686 closed bug (fixed)
UI noConflict compatibility
Reported by: | andreasc | Owned by: | rdworth |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | ui.core | 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?
Change History (4)
comment:1 Changed 16 years ago by
Owner: | set to rworth |
---|
comment:2 Changed 16 years ago by
Keywords: | noConflict added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | UI noConflict compability → UI noConflict compatibility |
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed - rev3403