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

Metadata

Source
FLUID-66
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Joseph Scheuhammer
Reporter
Joseph Scheuhammer
Created
2007-10-22T16:39:37.000-0400
Updated
2007-11-14T17:36:17.000-0500
Versions
N/A
Fixed Versions
  1. 0.1
Component
  1. Reorderer

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.