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:330076
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