I have a index page that has a cflayout and a cflayoutarea with a source to 
another cfm page. The cfm page that the cflayoutarea uses as the source has a 
jquery menu in it. When it loads all of the javascript that powers the jquery 
menu is not loading.

I made sure that the javascript source files were being loaded on the index 
page. I have also been trying to get them to load with cfajaximport scriptSrc 
but that is not working.

Here is some code:

<cflayout type="hbox">
                        
 <cflayoutarea name="nav" source="nav_pos.cfm">
                        
 </cflayoutarea>
                    
</cflayout>

The nav_pos.cfm has the jquery on it that is not working.

Any help on this would be great.

Thanks! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343640
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to