Have had similar problems in the past, Look 
at http://api.jquery.com/jQuery.noConflict/ and see if this helps.

You should be able to have multiple versions of jQuery running, one for the 
FarCry webtop and an older version for your older plugins.

In your display header us something like the following
<skin:loadJS id="mainJS" basehref="/" 
lFiles="/jlightbox/js/jquery.js,/jlightbox/js/jquery.lightbox-0.5.js" 
append=""
bCombine="true" >
<cfoutput>
var $jl = jQuery.noConflict(); 
</cfoutput>
</skin:loadJS>

and then use $jl to reference your older version of jQuery

Chris

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to