Is there an onload on a div tag?

Is there an onload on a div tag?

I have a div tag called 'MyDiv' is there a way to trigger a JQuery function when the div loads / renders?

Something like:
$("#MyDiv").load(function () {
       // do stuff
    });