fnReloadAjax wait for finish
fnReloadAjax wait for finish
Hello Allan,
I need that the execution of the following alert, it will be after the fnReloadAjax, but when de alert appear, the fnReloadAjax not be finished.
How can I do If I want that the alert show when de fnReloadAjax finish please??
[code]
oTable.fnReloadAjax();
alert('OK!!');
//I need here will be executed after fnReloadAjax
...
...
...
[/code]
Thank you!
I need that the execution of the following alert, it will be after the fnReloadAjax, but when de alert appear, the fnReloadAjax not be finished.
How can I do If I want that the alert show when de fnReloadAjax finish please??
[code]
oTable.fnReloadAjax();
alert('OK!!');
//I need here will be executed after fnReloadAjax
...
...
...
[/code]
Thank you!
This discussion has been closed.
Replies