Where are you trying to load the jquery from, the main page or the page that gets loaded with the layout?
Secondly, did you place the jquery files in the cfide? If not then you might want to go to the jquery website download the jQuery distribution, and use that, or you could use the google CDN version. Have you got an example of your cfajaximport code, it might be that if the above is not true then jquery is being relatively loaded and not absolutely loaded, this means that it is trying to find the jquery package in the wrong directory. Again firebug and the Net option tab in FireFox will quickly show all this for you, for example if it can't find or load a file for any reason it will tell you all this and which files. You can then compare this with they are supposed to be, and fix accordingly. If you aren't using FireBug for FireFox then I would highly recommend this add on, it is invaluable when it comes to development like this. Regards, Andrew Scott http://www.andyscott.id.au/ > -----Original Message----- > From: Steve Sequenzia [mailto:[email protected]] > Sent: Tuesday, 12 April 2011 12:31 AM > To: cf-talk > Subject: Re: Javascript not working inside of cflayoutarea > > > Andrew, > > I understand what you are saying. I would rather import the files. I just can't > seem to get the syntax right. I am trying this - <cfajaximport > scriptsrc="\CFIDE\scripts\jquery\"> > > When I do that all the other ajax stuff on the page does not load. Do I need > to redirect all the files? > > Thanks again. > > -Steve > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343649 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

