How to make RF wait for all document.ready functions to be finished?

Hi

We use JS to react on some button clicks, and sometime it seems that RF-Browser is performing a click just before the event has been bound.

For testing purpose we initially set the button to “disabled” in HTML and change it back “enabled” at the end of the JS init (after binding the event). This solves the problem.

As we have a lot of such buttons (and there might also be other situations were initialisation should be finished), we are interested in a different solution.

Is it possible to make RF wait for all JS initialisations to be finished (including e.g. jquery)?

Best regards
Henning