Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#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 rdworth

Owner: set to rworth

comment:2 Changed 16 years ago by rdworth

Keywords: noConflict added
Resolution: fixed
Status: newclosed
Summary: UI noConflict compabilityUI noConflict compatibility

Fixed - rev3403

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.2

Milestone 1.2.2 deleted

comment:4 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.