Modify ↓
Ticket #1686 (closed bug: fixed)
UI noConflict compatibility
| Reported by: | andreasc | Owned by: | rworth |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | noConflict | Cc: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
