noConflict() problems
noConflict() problems
If you call jQuery.noConflict() prior to loading the scripts for the
following ui functionality, they will fail ...
mouse, draggable, calendar, magnifier, resizable, shadow, slider and
sortable.
They all reference $, either directly or by passing it into the
anonymous 'run-now' function - I couldn't think of a better way to
describe it, but you know what I mean .... (function($){ [code] })
($);