On 25 Feb 2009, at 11:20, Rémi Gagnon wrote:

>
> Thank you Frederick,
>
> That means I can't have an other ajax call within an ajax response.
With prototype it's just the default. You don't have to have it that  
way (don't know about jQuery)

>  Its
> odd.  In my case I have 'tabs' and the action of these tabs are in  
> ajax,
> within these tabs I have an auto complete field.  How can I make this
> work?
>
Well a lot of folks shy away from script tags altogether these days,  
and just attach event handlers to stuff (eg from the callbacks of the  
thing that caused the partial to be inserted that way). I got the  
impression jQuery in particular leant quite heavily that way.

Fred


> Thank you
>
> Rémi
>
>
> Frederick Cheung wrote:
>> I don;t know jquery, but prototype by default strips script tags from
>> responses. You might want to poke around the jquery api and see if
>> they do anything similar.
>>
>> Fred
>
> -- 
> Posted via http://www.ruby-forum.com/.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to