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

Reset the selected items #5

Closed
djandreski opened this issue May 30, 2013 · 3 comments
Closed

Reset the selected items #5

djandreski opened this issue May 30, 2013 · 3 comments
Labels

Comments

@djandreski
Copy link

Can you add a feature to reset the selected items programmatically. It can be useful for single page web apps where you need to reset all fields after ajax commit.

@wenzhixin
Copy link
Owner

You mean like this?

$select.multipleSelect('setSelects', []);

@wenzhixin
Copy link
Owner

You can reset all items by uncheckAll method.

@iShinJini
Copy link

Any example on how to execute the method?

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

No branches or pull requests

3 participants