Hi, I've some trouble with the ajax_list function of the grocerycrud.
I realize that the grocery crud will do ajax once after loading the page, which will do two ajax:
1. ajax_list_info
2. ajax_list
My question is, how can I detect if the ajax_list is completed?
Since its always run at the last, that the function inside $(document).ready() is not work at all...
Thank you very much