Skip to main content

Bug Tracker

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?

Attachments (0)
Change History (2)

Changed September 20, 2007 03:09AM UTC by rworth comment:1

owner: → rworth

Changed September 20, 2007 03:14AM UTC by rworth comment:2

keywords: → noConflict
resolution: → fixed
status: newclosed
summary: UI noConflict compabilityUI noConflict compatibility

Fixed - rev3403