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
I need to restart the plugin for some cases depend on something, is there any way for this ?
The text was updated successfully, but these errors were encountered:
when click Reset button, i need to restart default value
Sorry, something went wrong.
If I understand your requirement (like my own)... you need to reset this:
element.data('drum', null)
Have a look at drum.js file and find line 331
if (!element.data('drum')) {
This line is getting in your (our way). In my case I have one drum options filter the list shown in another drum.
No branches or pull requests
I need to restart the plugin for some cases depend on something, is there any way for this ?
The text was updated successfully, but these errors were encountered: