Questions tagged [mcustomscrollbar]

mCustomScrollbar is a highly customizable custom scrollbar jQuery plugin.

Highly customizable custom scrollbar jQuery plugin. Features include vertical and/or horizontal scrollbar(s), adjustable scrolling momentum, mouse-wheel via jQuery mousewheel plugin, keyboard and touch support, ready-to-use themes and customization via CSS, RTL direction support, option parameters for full control of scrollbar functionality, methods for triggering actions like scroll-to, update, destroy etc., user-defined callbacks and more.

91 questions
0
votes
1 answer

jqgrid top header not moving with left scroll , when used mCustomScrol(v3.1.5)

I am trying to use mCustomScrollbar on jqgrid( 4.9.2). The design of the scrollbar is getting changed but when scrolling horizontally the top headers does not move as they do normally. The example I am trying to work on is of collapsable grid. and…
Vikas
  • 432
  • 5
  • 18
0
votes
0 answers

How to get mCustom jQuery scrollbar to work in an iframe

After battling for hours and searching the depths of the web I still can't get my iframe to work with mCustom jQuery scrollbars. No scrollbars appear in the iframe. Note that my fiddle has a separate container lower down, simply to prove to you…
Silverburch
  • 457
  • 2
  • 12
  • 28
0
votes
0 answers

updateOnContentResize: true not updating the scroll bar

Please see in fiddle http://jsfiddle.net/NifrasBcs/cwjfuzee/142/ var message =new Vue({ el: '#message', data: { messages:{}, message:'', }, created: function() { this.getMessages(); }, }); While clicks on "LOAD OLDER…
user3391137
  • 431
  • 8
  • 26
0
votes
3 answers

Can't make an element scroll while scrolling to this element overlay

I'm using mcustomscrollbar plugin on a specific area, and I'm having an issue when I add an overlay to this element, I can't scroll the under element. I only can scroll on a blue area, I want to scroll another area as well. I tried to trigger…
Teuta Koraqi
  • 1,898
  • 1
  • 10
  • 28
0
votes
0 answers

scrollto in specific item after click marker google map

i used both gmap3 and CustomScrollbar Plugin in my project. i want switch after click a tag into the infowindow specific item in side panel map. if use "a tag" out of google map its working, but if i use "a tag" in the infowindow its not working. so…
0
votes
0 answers

mCustomScrollbar in jQuery UI Dialog

When I updated mCustomScrollbar I encountered an issue with it showing inside the jQuery UI Dialog when neither a height nor max-height value is set. So this scroll is just showing when it is not needed and serves no purpose. I went to Malihu &…
0
votes
0 answers

Navigation dots that highlight as you scroll through page - not working

I'm using dots on my page to allow the user to navigate to certain sections. When they are clicked they change colour and navigate to that section. I want it so that they change colour as you scroll through the page. The code snippet below works…
user2953989
  • 2,791
  • 10
  • 36
  • 49
0
votes
1 answer

mCustomScrollbar Disabling scroll animation

For some reason, I can't get the scroll bar to appear when initializing via javascript, but I can by initializing via html. The scroll bar is meant to appear inside of #popup-scroll, which has php content. This is all inside of a gallery, with the…
BlueHelmet
  • 511
  • 2
  • 5
  • 18
0
votes
1 answer

Why does my js execute differently with improper html?

I have a webpage using jQuery, bootstrap, and 2 different jQuery plugins. One is called Turn.js and the other is called mCustomScrollbar. Before today I had server side code that would prepend a script tag, before the tag, to every…
0
votes
1 answer

Bootstrap template not working correctly with custom scrollbar

I have downloaded a simple bootstrap template with a fixed sidebar (http://startbootstrap.com/template-overviews/simple-sidebar/) and tried to integrate custom scroll bar in it (http://manos.malihu.gr/jquery-custom-content-scroller/) but once the…
Leonardo Lanchas
  • 1,616
  • 1
  • 15
  • 37
0
votes
1 answer

Jquery custom scrollbar and IE issue

I have used jquery custom scroll bar plugin to show the custom scroll bar. Link It works fine in all browser and devices but There is one strange issue. Although It works fine in IE as well but scroll bar is visible while scrolling is not required.…
mjdevloper
  • 1,553
  • 8
  • 33
  • 69
0
votes
2 answers

How to drag the element to outside when mCustomScrollbar is enabled

Im dragging elements from one div to on other while dragging element is not visible I used jquery mCustomScrollbar plugin to scroll http://jsfiddle.net/jt1c8o81/ HTML Code
0
votes
1 answer

mCustomScrollbar "scrollTo" not working in a single page application

I know that there are many questions like that, but I couldn't find a solution to my problem. In my single page application(with metro style) when I go back from a widget to home I would like to set the scroll position back where it was before…
0
votes
2 answers

select2 + mCustomScrollbar issues

I am trying to combine select2(4.0.2) and mCustomScrollbar(3.1.13) libraries to have custom dropdown list with custom scrollbar. Here is the code sample . $(document).on("select2:open", "select", function() { …
jangofett
  • 59
  • 1
  • 12
0
votes
0 answers

lazyload.js and mCustomScrollbar

I am using a horizontal image viewer with lazyload.js and mCustomScrollbar I can get it to work however I do not think my code is sound and there is a lag when the pages loads before I can click, drag or scroll the slider. This post was very…
Jack Cash
  • 129
  • 1
  • 5
  • 18