-
Notifications
You must be signed in to change notification settings - Fork 40
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
recreate #7
Comments
I'd like to know about this too. (This issue would probably benefit from being more descriptively named) |
that would be awesome... my div has relative height and i'm trying to redo the function on resize event, but nothing |
Please provide an example. Which div do you mean? What di you mean by relative height? I've added a "repaint"-method which can be called right after a insertion of dynamic content (e.g. via ajax). Does this help? I'm going to add some examples and a better documentation soon. |
eg: $(window).resize() {
} each time the window is resized the function is recalled to readjust to the new height, but nothing happens, it doesn't redefine scrolling settings |
in the example above i could fix defining 50% height on the css, but in my case I have other variables working to define the height (just to state that I really need to use jquery's resize event to reset my div's height) |
To fix the scrollbar-handle-container, add the following code to the start of the setHandle function
|
hi, how i can recreate scrollbar on ajax response so onchange div height ?
The text was updated successfully, but these errors were encountered: