[jQuery] Passing arguments to an ajax call that returns automagically
<div>I have a bunch of ajax events that are fired one after an other to fill different spots on the page. Hence it's important that I know which dom element each on of the resulting data is supposed to belong to.</div>
<div>
</div><div>I was wondering if there is a way I can pass the id of each element into the call so that it gets returned automagically without any intervention by the server?</div><div>
</div><div>In YUI I can pass any number of arguments to an axax call and these areguments are available as part of the response.</div>
<div>
</div><div>Can this or perhaps something similar be done with jQuery?</div><div>
</div><div>I tried to search for this, but didn't find much (not quite certain what to search for in the first place).</div>
<div>
</div><div>thanks...martin</div>