I've been using Dajaxice with my Django based site as it has been very convenient.
However, I sometimes need to cancel the Ajax requests and I don't know how to do it when the requests are wrapped with Dajaxice.
The documentation for Dajaxice is fairly light - I haven't found any reference to canceling Ajax requests using the Dajaxice API.
Has anyone had to deal with this?
Should I abandon Dajaxice and go to jQuery Ajax calls?