Home / Groups / ColdFusion Talk (CF-Talk)
CFwindow and jquery in source
Hi Charlie,
Thanks for the idea.
If I take away the $.(function(){}) and replace it with init = function() {} and
do an ajaxonload, everything works as it should.
That is, for the javascript within that source template. Unfortunately, my global
jquery files that are included on the calling page that rely on the ready still
aren't working for the cfwindow source.
>maybe AjaxOnLoad (
>http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_a-b_06.html)
? i
>haven't used that yet, but sounds like it might help with the $ready ?
>
>
|