javascript - Custom scroll bar for Object -
I try to use a plugin called Jquery.mCustomScrollBar to customize scroll bars I am doing
This is working except for an object that displays the text file.
Is there any way to change the scroll bar on objects? If not, what are some alternatives to the text files allowed to change the scroll bar?
Here is the link to the plugin
Code:
Lt; Object class = "notepad" data = "../ approximately ..." type = "text / plain" & gt; & Lt; A href = "#" & gt; No support? & Lt; / A & gt; & Lt; / Object & gt; & Lt; Script & gt; (Function ($) {$ (document) .ready (function () {$ ("notepad"). MCustomScrollbar ({scrollButtons: {enable: true}});});}); & Lt; / Script & gt;
Comments
Post a Comment