using ajax, adding some code in an specified div.

using ajax, adding some code in an specified div.

is it possible to use jquery to add some code via ajax on an specified div?

first i want to know is how to set the target div.
the second thing is how to say jquery not to overwrite the div with code submitted from server but add the submitted code at the end of the xisting/previous submitted code.

thx in advance