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

Add jQuery 3 compatibility #102

Merged
merged 1 commit into from
Jul 23, 2017
Merged

Conversation

kane-c
Copy link
Contributor

@kane-c kane-c commented Nov 19, 2016

removeAttr cannot be used with boolean attributes (required).
Instead, use prop('required', false).

Copy link
Contributor

@jlbooker jlbooker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jlbooker jlbooker added this to the v1.1.0 milestone Nov 20, 2016
@jlbooker jlbooker modified the milestones: v1.1.0, v1.2.0 Dec 21, 2016
Copy link
Contributor

@jcrben jcrben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable - I no longer use jQuery much but glanced at https://stackoverflow.com/questions/6169826/propchecked-false-or-removeattrchecked.

Approved but merge conflicts need to be resolved.

`removeAttr` cannot be used with boolean attributes (`required`).
Instead, use `prop('required', false)`.
@kane-c
Copy link
Contributor Author

kane-c commented Jul 23, 2017

@jcrben Rebased and conflicts resolved. Thanks for reviewing!

@jcrben jcrben merged commit 842199e into corejavascript:master Jul 23, 2017
@jcrben
Copy link
Contributor

jcrben commented Jul 23, 2017

Are you interested in becoming a maintainer? I no longer use this library.

@kane-c
Copy link
Contributor Author

kane-c commented Aug 1, 2017

I don't use this library much any more either but I'm happy to help out from time to time.

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

Successfully merging this pull request may close these issues.

3 participants