Well, I have an ajax call to the server. The sever decides what to do. Normally, there is just one small part of the page, which will be changed per json. But there is one possibility, which needs to refresh nearly the complete page. No I have to recall ready. There are three possibilites:
1. I can send a special state which will reload the complete page. This method is stupid, because I need an additional server request (I can send the data with the first response). 2. I can write a special function, which will be called in $ (ducument).ready(). But this is just a workaround 3. ready can be called. I think, that's the most obvious way, the problem can be solved. And it is the easiest. If it is not possible yet, it's a feature request ;) Mathias