Another example:

I have a global jquery "field highlighter" that runs for all my forms of a 
specific class. It also relies on the document ready. It's working for the main 
form, but not the form that is included by the cfwindow tag.

======================
<head>
<script =higherlighter>
</head>

<form>//works ok here!
<input>
</form>

<cfwindow source="anotherForm" /> //this popup doesn't get any jquery love.
=========================

So, in that instance the form on the page is working properly, but the 
"anotherForm" won't run any jQuery script that relies on the document ready. Of 
course, "anotherForm" would work if it were called directly. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310422
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to