Reinitialize after an ajax call - is there something better than manually calling the reinits?

Reinitialize after an ajax call - is there something better than manually calling the reinits?

Hello

Well I looked through some posts, it seems there is no better option than actually reinit everything by hand.

Am I right with this?

e.g. something like

$(document).ready(...) does not exist for an ajax load?

I ask because the last answer was like 3 years ago to this subject - just to make sure, because it will be a lot of effort and testing for me now to do it this way.

the ajax calls are done through a completely different framework (java JSF), so I can not profit from any jquery specialities.

thank you