ajax-form icon indicating copy to clipboard operation
ajax-form copied to clipboard

Results 4 ajax-form issues
Sort by recently updated
recently updated
newest added

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...