Currently i am implementing the front-end of a djangoproject we have here. and we use Dajax (more precisely the Dajaxice) framework.
i don't know the framework, other than simply calling the server (which other developers here have setup with services that i can call to fetch all data)
it seems though that the dajaxice framework, does not fire the jquery ajax events (which if you think logically seems just) but i would like it to.
especially the global ajaxComplete event would be usefull in our case. so does anyone knowing dajax know how to modify dajaxice to call some or all of the jquery ajax events?
if this is not possible, does anyone know the equivalent? i need to use some code when ajax calls are complete, so if not with the jquery event binder, i would need another way to trigger if an ajax call was complete.
thanks in advance Sander