[jQuery] printing ajax-retrieved content

[jQuery] printing ajax-retrieved content


hello friends,
i'm in need of a bit of advise here.
i use jqmodal to retrieve a contact's details via ajax in a slick
looking layout marked up in a definition list. I would like to have a
"print this contact" button, but of course, window.print() offers to
print the whole page, not only the < dl > element. So i was
wondering if it was possible to control the content to print via
javascript / jquery...
thanks for any advise!