Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs a jQuery update past 1.8 #87

Open
danransom opened this issue Nov 1, 2013 · 2 comments
Open

Needs a jQuery update past 1.8 #87

danransom opened this issue Nov 1, 2013 · 2 comments

Comments

@danransom
Copy link

jQuery 1.9 implements many significant changes that break ICE. This includes the removal of jQuery.browser(). See this page for details: http://jquery.com/upgrade-guide/1.9/

@edragame
Copy link

This isn't a fullproof solution, but if you have upgraded and need ICE to continue to work, you can include the jQuery migration script found here: https://github.com/jquery/jquery-migrate/

<script type="text/javascript" src="jquery-migrate-1.2.1.js"></script>

This has ICE back and working again for me.

@zwik
Copy link

zwik commented Jun 12, 2015

Since there are XSS issues with jquery-migrate-1.2.1 I still find it broken.

I've forked the project and did a fix. The fork can be found here: https://github.com/zwik/ice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants