Refresh event

Refresh event

Hi
 I have one Div container which is reloading with AJAX script. Is there any event which is called, when  Div container was reloaded?
I tried ready(), load() but it does not work and functions were not called. Maybe I was doing somenthing wrong.
I need something like this:
  1. $(".element").reload(function(){
    //do stuff...
    });


but this code of course does not work.
I cannot insert "do stuff" commands right into ajax script because the ajax script is in file of CMS system and I do not want to change it.