Yes, it's a get. It seems that after I restarted the browser the jQuery event click on the button works. But I still can't access the toplevelvariable that was setup by the cfddx call when the page was loaded.
Thanks Victor On Sat, Jan 23, 2010 at 6:27 PM, lists <[email protected]> wrote: > > I assume you're using a get call. What happens when you console.log > the argument passed to your success callback function? > > If you're not using getjson Then most likely you need to evaluate the > argument before it's ready to be used. > > On Jan 23, 2010, at 2:06 PM, Victorng Moore <[email protected]> > wrote: > >> >> 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:330079 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

