ajax load event

ajax load event

I need to run some javascript after a div content is loaded with a partial update.
 $("#divCheckBoxList").load(function (){
            alert("hi");
            });
the above approach is not working. Any Advice?