[jQuery] Multiple responses from a single Ajax call

2009-12-09 Thread kingunderscore
First of all i am working in ASP. And i have 3 elements i am trying to populate. I can do that no problem, but my issue is I am basically making the same Ajax request 3 times and there is SQL involved that i would rather only make once. I have pseudo code below to represent what i am doing. If

[jQuery] Re: Multiple responses from a single Ajax call

2009-12-09 Thread kingunderscore
for mr wolf after all, let's put little smartass in the cold room $('#cold room').html($('house.of_bricks', piggies).html()); } }); But the important thing is if you don't want to do 3 queries, you've got to return all data in just one query. Michel Belleville 2009/12/9 kingunderscore

[jQuery] Re: Multiple responses from a single Ajax call

2009-12-09 Thread kingunderscore
using to populate the variables keep returning nothing, i have to have the syntax wrong. Any help is appreciated^2 On Dec 9, 1:01 pm, Michel Belleville michel.bellevi...@gmail.com wrote: Well obvisouly you've got it all now. Always a pleasure ^^ Michel Belleville 2009/12/9 kingunderscore

[jQuery] Re: Multiple responses from a single Ajax call

2009-12-09 Thread kingunderscore
: html body div id=top.../div div id=middle.../div div id=bottom.../div /body /html Because I think I remember jQuery doesn't like to fumble around raw xml without a root element to wrap around it. Michel Belleville 2009/12/9 kingunderscore brad.kings...@gmail.com ok

[jQuery] Re: Multiple responses from a single Ajax call

2009-12-09 Thread kingunderscore
things though.. death to IE, I say. Oh well. On Dec 9, 1:18 pm, kingunderscore brad.kings...@gmail.com wrote: No i haven't seen that yet that i can remember, but i have ran into a lot of issues with IE before it is hard to keep track of them. I found a way around it where i pull