You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
In an .js file on document.ready() I am calling $('.scrollbar-outer').scrollbar(); and after that I am setting 'display:none' to some div having class 'qdiv'. at a time only one div having class 'qdiv' will be having 'display:block'.
Problem is, when page get loaded, at that time the 'qdiv' which is currently having display:block is come with Customizable Scrollbar but when I set display:block to other qdiv Customizable Scrollbar will not work (default scrollbar get active).
The text was updated successfully, but these errors were encountered:
I tried in jsFiddle as you said it's working fine there also I tried with creating an simple HTML page it's working there also. so I started digging why it's not working in my project, last night I come to know that because of an another JS and CSS scrolls are getting hide in another div.
I am facing one issue related to scroll bar.
My HTML structure is like :
In an .js file on
document.ready()
I am calling$('.scrollbar-outer').scrollbar();
and after that I am setting 'display:none' to some div having class 'qdiv'. at a time only one div having class 'qdiv' will be having 'display:block'.Problem is, when page get loaded, at that time the 'qdiv' which is currently having
display:block
is come with Customizable Scrollbar but when I set display:block to otherqdiv
Customizable Scrollbar will not work (default scrollbar get active).The text was updated successfully, but these errors were encountered: