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
Custom scrollbar works fine when used as <div data-simplebar></div> but not when used as new SimpleBar($('#myElement')[0])
Also, trying to add scrollbar using new SimpleBar(document.getElementById('#myElement'), { wrapContent: false }); shows javascript error in the console.
Tested in Chrome Version 57.0.2987.133 (64-bit) and IE 11
The text was updated successfully, but these errors were encountered:
Please find below the code snippet.
https://www.w3schools.com/code/tryit.asp?filename=FEHSNK518SGL
Custom scrollbar works fine when used as
<div data-simplebar></div>
but not when used asnew SimpleBar($('#myElement')[0])
Also, trying to add scrollbar using
new SimpleBar(document.getElementById('#myElement'), { wrapContent: false });
shows javascript error in the console.Tested in Chrome Version 57.0.2987.133 (64-bit) and IE 11
The text was updated successfully, but these errors were encountered: