Hi,

I am loading a cfm page with jQuery.
On that page I use <cfwddx.. action="cfml2js"...
If I try to access the top variable and it tells me that it's
undefined, bu I can clearly see it in firebug if i expend the jQuery
call that it's there.


any idea what I'm missing?

Thanks
Victor

PS BTW i have also tried to trigger  a click event on a button on the
page and it's not being triggered.

I have tried using the live function too with no success

$("input:button[name='test']").live ("click", function(){
                        alert (this.id);
                        });

No error but no alert...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330070
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