⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Do Javascript function after ajax_list finished



Racing Chocobo

Racing Chocobo
  • profile picture
  • Member

Posted 25 November 2013 - 12:56 PM

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