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

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -