Need to call jQuery.noConflict() to better insure that jQuery's $ object does not conflict with that of other toolkits.

Description

jQuery defines a $ object that is a short-form of jQuery() itself. Some other toolkits also define a $ object. To insure that the Reoderer's use of jQuery does not conflict with other toolkits' definition of $, for example in a portal, one must initialize the Reorderer with a call to jQuery.noConflict().

Note, that it is unclear where this call must happen.

Also, it is good idea to simply use jQuery() instead of $() in the Reorderer code.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 22, 2007 at 8:39 PM
Updated November 14, 2007 at 10:36 PM
Resolved November 14, 2007 at 10:36 PM