Not with the ajax function in web2py_ajax.html.  If you create the
ajax callback yourself using jQuery.ajax, you can just set the success
function to: jQuery("#one,#two").html(response);

More here:
http://docs.jquery.com/Selectors/multiple


On Sep 28, 9:03 pm, weheh <richard_gor...@verizon.net> wrote:
> Is there a way to get an ajax script to update two different DIV ids
> with one call? For instance, I want a link, that when clicked, will
> cause two different DIVs, each with a unique id, to be updated by
> different function calls. Is this possible?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to