We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using optgroups and rightAll or leftAll, all elements are being moved over even if they are disabled.
The text was updated successfully, but these errors were encountered:
Hi, as a possible workaround you could do this
$("#plugins_undo").attr('disabled','disabled'); $("#plugins_rightAll").attr('disabled','disabled'); $("#plugins_leftSelected").attr('disabled','disabled'); $("#plugins_leftAll").attr('disabled','disabled'); $("#plugins_redo").attr('disabled','disabled');
Disable the buttons.
Best
Pedro
Sorry, something went wrong.
afc5d8c
crlcu
No branches or pull requests
When using optgroups and rightAll or leftAll, all elements are being moved over even if they are disabled.
The text was updated successfully, but these errors were encountered: