Is it possible to load multiple items at once through jquery using $.load? For exmaple I may have something like this:
<div id="test">
<div id="what">
</div>
<div id="when">
</div>
<div id="who">
</div>
</div>
Now say I wanted to load the div with the id of what and the id of when but not the who. is this possible?