travist / seamless.js

A Javascript library for working with seamless iframes.
http://www.travistidwell.com/seamless.js
MIT License
216 stars 44 forks source link

jQuery 3 compatibility #13

Closed swiftyone closed 7 years ago

swiftyone commented 7 years ago

Currently seamless.js is not fully compatible with jQuery 3. For example $.error() is used, which has been removed in 3.0: https://api.jquery.com/error/

travist commented 7 years ago

I just removed the dependency on jQuery so this issue is resolved.