miguel-perez / smoothState.js

Unobtrusive page transitions with jQuery.
MIT License
4.43k stars 505 forks source link

Update jQuery dependency #297

Open yashsway opened 8 years ago

yashsway commented 8 years ago

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.

NewJenk commented 8 years ago

Have you tried changing the ajax 'success, error and complete' callbacks to 'done, fail and always' as noted in issue #291?

phifa commented 7 years ago

is there a patch available for this? need to get it running with jquery 3 as well

phifa commented 7 years ago

yeah a patch would be great. someone has something ready? a pull request?

puppetmaster3 commented 7 years ago

patch: https://github.com/miguel-perez/smoothState.js/issues/326