views:

89

answers:

1

i'm using $(document).ready but that will not work for all ajax ready. I need a callback event after all ajax load finished in jquery.

How to write this event using jquery?

+2  A: 

ajaxComplete(callback);

http://docs.jquery.com/Ajax/ajaxComplete#callback