Instead of HTML, you can consider using JSON instead. Since it's just a data format, you can use the info and populate it with Javascript anywhere on the page that you want.
On May 11, 12:52 pm, "cstolwor...@gmail.com" <cstolwor...@gmail.com> wrote: > I have noticed the selectors you can use when making an ajax call. I > want to do pretty much the same thing, but I don't want to make > another call I just want to apply a selector to my existing data > > On May 11, 4:23 pm, "cstolwor...@gmail.com" <cstolwor...@gmail.com> > wrote: > > > I have an ajax call that will be returning a large chunk of HTML. The > > thing is that this HTML needs to go to several different places on the > > page. I would rather not have to make several different requests for > > the data. Is it possible to take a large (bundled) HTML value, parse > > it into a temporary DOM and insert by finding what I need out of it?