good call Jeff if you are using registerJS it looks like this
<skin:registerJS id="jquery" baseHREF="/skin/jquery-ui-1.8.15" lFiles="jquery-1.6.2.js"> <cfoutput> var $j = jQuery.noConflict(); var $ = jQuery.noConflict(); </cfoutput> </skin:registerJS> Farcry core has recently been updated to only use $j but if you are not on the latest release, you *may* need to have the $ line as well On 22 August 2012 02:55, Jeff Coughlin <[email protected]> wrote: > Are you sure both installations are using the EXACT same copy of core (I'm > wondering if they are slightly different and one copy has a bug in it)? > > Also, are you loading or registering another version of jQuery at all? If > you are, make sure you set jQuery.noConflict() on $j. > > -- > Jeff Coughlin > > On Aug 21, 2012, at 14:14, JR Pascua <[email protected]> wrote: > > Unfortunately, no tray code in the source. I've tried calling the > javascript and css files directly from webtop/thirdparty folder and then i > tried calling the files from the cache folder. Both times, I would get a > javascript error (something about $j not defined) and the tray would > appear, but unstyled. > > The tray did appear prior to my deploying a custom object called > "fcCampaign". I tried removing reference to fcCampaign, by removing its > package files and ruleLatest/ruleSelected files. The only thing I couldn't > remove was the folders in the webskin folder. When I did, I couldn't > update the app. The only other odd thing is that my displayHeader and > displayFooter files are assigned a file attribute of "A" when I upload them > from dreamweaver. But removing this attribute doesn't do anything. > > Thanks everyone for your help! I'm at the point where I just might go > ahead and start from scratch and create a new project. > > - JR > > On Tue, Aug 21, 2012 at 1:56 PM, Sean Coyne <[email protected]> wrote: > >> If you view the source do you see the tray code at least? >> >> >> On Tuesday, August 21, 2012 11:19:28 AM UTC-4, dckalorama wrote: >>> >>> I searched the project files and didn't see any place where the >>> request.fc.bShowTray gets changes. When I output that variable througout a >>> page template, it shows up as "true". >>> >>> I'm going to compare the contents in this project folder with another >>> project folder where the FarCry tray is working - - maybe a file got >>> moved? >>> >>> -- >> -- >> 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 >> >> >> > > > > -- > ======================== > Jill Robin Pascua > http://www.pascua.net > > -- > -- > 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 > > > > -- > -- > 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 > > > -- *AJ Mercer* <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org community="Open" /> <http://webonix.org> http://twitter.com/webonix Railo Community Manager <http://www.getrailo.org/index.cfm/community/team/> -- -- 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
