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

jQuery compatibility support #468

Merged
merged 9 commits into from Aug 21, 2018

Conversation

ZakarFin
Copy link
Member

Changed a lot of attr()s to prop()s, bind()/unbind()/click()/change()/blur()/hover()/focus() to on()/off() as jQuery migrate-plugin suggests so we are more prepared to upgrade jQuery. Also upgraded jQueryUI to the newer version from #453. There should be no functional changes.

The codebase should work with jQuery 3 with these changes, but also works with the current version.

@ZakarFin ZakarFin added this to the 1.48.0 milestone Aug 21, 2018
@ZakarFin ZakarFin merged commit 786df04 into oskariorg:develop Aug 21, 2018
@ZakarFin ZakarFin deleted the jquery-compatibility branch August 21, 2018 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant