Hi all,
I have a part of web page that I reload with an Ajax.Updater. But javascript is observing some objects in there and after the partial reload, the observer are not working anymore.
Do you know a trick to solve that ?
BR
Hi all,
I have a part of web page that I reload with an Ajax.Updater. But javascript is observing some objects in there and after the partial reload, the observer are not working anymore.
Do you know a trick to solve that ?
BR
After the page reloads with AJAX you should manually re-call the observer functions -- the original ones won't still work.