ajax-form
ajax-form copied to clipboard
I am using ajax-form to submit a PUT requests to an adonisjs application. Upon submitting the PUT request to edit a record, my application redirects to list all entries. The...
This is unusable without a license. MIT/BSD?
I'm not sure if you want this, but it is solving my problem mentioned #1 . Hopefully it is useful. See: http://stackoverflow.com/questions/9177252/detecting-a-redirect-in-jquery-ajax
So the old behaviour of DRF was to allow POST to be overloaded with an html form to allow PUT, DELETE etc. But the new behaviour uses this library. The...