.load DIV with id="anyID" which be listened with j

.load DIV with id="anyID" which be listened with j

I need load into div some htm doc:
[htm doc]
<div id="somediv">
bla
</div>

and i want that this [somediv] will be listened by jquery as .click event. I mean not just load some content like picture, a content which can react like other [dom] elements in html tree by div accessing in id !
i hope for understanding my explanation.