-
Notifications
You must be signed in to change notification settings - Fork 149
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
Dragdealer.js is not working in hide/show div #111
Comments
The same problem in my test case. Slider wrapper at the beginning is hidden(display: none). |
I see the same issue using sliders in an accordion. Resizing the browser seems to init the slider but the drag element is not at the start. |
I know this is an old issue by now, but wasn't able to find any solution but found the solution. |
I put the drag Dealer in a div that is hidden by css (display:none), then when i show the div through jquery (.show()) the div shows the slider but it doesnt Drag.
No error in de firebug console.
any ideas?
The text was updated successfully, but these errors were encountered: