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
Hello, i am trying to bind event 'slideStop' after destroy & reinitialize the slider then an error throwing
bootstrap-slider.js:970 Uncaught TypeError: Cannot read property 'push' of null
You can see the bug at https://jsfiddle.net/maydemirx/jcuo8ksp/
The text was updated successfully, but these errors were encountered:
By the way you checking the variable is undefined but after destroy the variable value is null.
Sorry, something went wrong.
found the issue i am making a fix
@maydemirx fix is published to 9.3.2
No branches or pull requests
Hello,
i am trying to bind event 'slideStop' after destroy & reinitialize the slider then an error throwing
You can see the bug at https://jsfiddle.net/maydemirx/jcuo8ksp/
The text was updated successfully, but these errors were encountered: