Introducing jQuery 1.9 support in our JavaScript plugin
It has come to our attention that when
upgrading your jquery-rails gem (or using
other means of upgrading to jQuery 1.9 anyway), our
jQuery SDK had some compatibility issues ($.browser
doesn't exist anymore in jQuery 1.9 which was required by one of our components).
Since this could potentially cause problems, we released new versions of our jQuery SDK here. We
introduced versioning
because upgrading to latest
also means dropping support for Internet Explorer 6.0. We will leave
the choice up to you to:
- Always be on the latest version we offer for API2: https://assets.transloadit.com/js/jquery.transloadit2-latest.js (jQuery 1.9, No IE6) (this could automatically upgrade you to backwards breaking versions)
- Always be on the latest v2 for API2: https://assets.transloadit.com/js/jquery.transloadit2-v2-latest.js (jQuery 1.9, No IE6) (recommended)
- Pinpoint to this release, and do not receive any surprise updates: https://assets.transloadit.com/js/jquery.transloadit2-v2.0.0.js (jQuery 1.9, No IE6)
- Stay with the old version for now: https://assets.transloadit.com/js/jquery.transloadit2.js (No jQuery 1.9, IE6)
Hope this helps!