thanks.
Most often the changes are embedded in the response, example:
<table id="mylist">...
</table>
<script>
setTimeout( function() { //..... apply handlers or style to #mylist}, 100 );
</scrip>
what I mean is that it is not known at
the time of executing the Ajax what should be applied to the response