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

Fixes #6988 #30

Closed
wants to merge 2 commits into from
Closed

Fixes #6988 #30

wants to merge 2 commits into from

Conversation

sindresorhus
Copy link
Contributor

jQuery gets confused when there is options in a multiple select with the value attribute. Instead of using the val() of the element, that is 1 if value is set and option1 if no value if set, use this.text, that is consistent. Fixes #6988

…the value attribute. Instead of using the val() of the element, that is 1 if value is set and option1 if no value if set, use this.text, that is consistent. Fixes #6988
@csnover
Copy link
Member

csnover commented Nov 21, 2010

This is identical to pull request #31.

@rtomayko
Copy link

rtomayko commented Dec 5, 2010

Dupe.

@pod4g pod4g mentioned this pull request Mar 27, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants