Open yashsway opened 8 years ago
Have you tried changing the ajax 'success, error and complete' callbacks to 'done, fail and always' as noted in issue #291?
is there a patch available for this? need to get it running with jquery 3 as well
yeah a patch would be great. someone has something ready? a pull request?
There needs to be a note in the README to indicate that this only works with jQuery 2.2.4. This does not work with jQuery 3x.
Also browsers now indicate localStorage changes which could affect the library: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.