So you know where the new content will be? I mean, in the example you have a container that you "update" (used in the Request).. Can't you use the onSuccess from Request to grab that updated- container and all elements you need to manipulate them? Or, maybe you can send some JS along with the content you return from the server? That piece of JS code would be the stuff you want to do or something. Or, maybe you shouldn't use the update from Request, but inject the result in the dom yourself with onSuccess and you can manipulate the stuff you want in the onSuccess as well (e.g. create table, grab content from result and inject table into dom).
On Sep 5, 10:34 am, maersk <[email protected]> wrote: > Sorry for not explaining it clearly. I will try my best. I have a > similar script to thishttp://jsfiddle.net/H3ggU/ . Im using Joomla > and the the difference is that i have controller witch wraps my ajax > response in a table and than its pushed to my template and gets > displayed. > > On Sep 2, 7:03 pm, "Sanford Whiteman" <[email protected]> > wrote: > > > > > Read the Request.HTML docs, be much more specific about your requirements, > > and save your best effort on jsfiddle.net so we can see where you're coming > > from.
