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 scroll position return on select1. Add optgroup capability for s… #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Guy--L
Copy link

@Guy--L Guy--L commented Jun 13, 2015

…electing and filtering.

@Guy--L Guy--L mentioned this pull request Jun 13, 2015
@DeanMW
Copy link

DeanMW commented Nov 17, 2015

Any update on this? I have a need for optgroups and I dont think hacking them in is the most elegant way :c

@ivannovak
Copy link

This pull request worked great, just needed to add double quotes in a few places to get OptGroup labels with spaces to work.

Lines 136 and 220

136

var grpin = list.find('optgroup[label="' + label + '"]');

220

var grpin = select.find('optgroup[label="' + label + '"]');

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.

None yet

4 participants