jquery ajax.submit() help

Hi all,

I need some quick help in jquery. While using jquery ajax.Submit(), we can specify the target div to be modified with the template rendered by the corresponding action. Is there way using which we can update multiple divs ( using render update) from the called action in ajax.submit()

I am stuck and for now i am populating a complete page again but its incorrect. I need to update multiple divs in page at different positions from the ajax.submit call.

Thanks, Piyush

Some urgent help required… Any one…

Hi Piyush,

Hope this helps, #136 jQuery - RailsCasts . It is a good, concise tutorial, showing you how to use jQuery in rails, it shows you how to update multiple div's.

Tsega