Questions tagged [nicescroll]

Nicescroll is a jQuery plugin, for nice Desktop and Mobile scrollbars with a very similar iOS/Mobile style.

Nicescroll is a jQuery plugin for desktop and mobile scrollbars with an iOS/mobile feel.

106 questions
1
vote
1 answer

nicescroll() not working with autogenerated div

I am using nicescroll library js because i want to make my div scroll nice rather than default scroll. I want to make scroll to markerlist ul which is generated by javascript. I have added nicescroll javascript library like this:
Ashish Patel
  • 1,011
  • 13
  • 27
1
vote
0 answers

jQuery NiceScroll, scroll the page when the div hits bottom

I'm using nicescroll, it works and is quite interesting. The way I'm using it is on a div, like this : And is great, but, I want to be able to scroll the whole page if the scrollable area (the div) reaches the bottom. Here is the function I'm…
LuTz
  • 1,493
  • 1
  • 15
  • 25
1
vote
1 answer

e.preventDefault on mousemove not working with niceScroll

This Js fiddle depicts the problem I'm in. I'm using Nice Scroll plugin in my site. It works fine. But in one page, I have to show the timeline with width almost 1000px. The client want to scroll down smoothly till the timeline. When mouse…
Eugine Joseph
  • 1,552
  • 3
  • 18
  • 40
1
vote
1 answer

NiceScroll.js Resizing not working

I am facing the error while loading dynamic data from a gallery plugin, the nicescroller doesn't shows up. The scroller is not visible but if i right click to inspect any element or use the zoom property of the chrome browser, it automatically shows…
Faizy Shah
  • 11
  • 3
1
vote
0 answers

Anyway to make html/body scroll range shorter than the page height with niceScroll

Is there a way to make the scrolling area height of nice scroll shorter than the page height so it starts after the nav and end before the page bottom? I tried that jsFiddle example ( code page , view page ) but this is not a solution for me" var…
hsobhy
  • 1,493
  • 2
  • 21
  • 35
1
vote
1 answer

Jquery nicescroll not working for tab in rails

I have created multiple staffs and all staffs details show on index page using multiple tab in rails.staff list bellow 1)assistant directors,2)teachers,3)assistant teachers,4)bookkeepers,5)floaters and each staffs are show 100 record. I'm using…
Karthick
  • 433
  • 1
  • 10
  • 25
1
vote
1 answer

Issue with nicescroll used inside an accordion

I have a jquery accordion in my website and placed a nicescroll on a div inside the first part of the accordion. When I move on to the next part of the accordion and new contents are shown, the nicescrollbar from the previous part is still…
user3400679
  • 57
  • 1
  • 11
1
vote
2 answers

Javascript niceScroll resize function

I am using jQuery plugin version 3.10 to use custom scrollbars. I have numerous horizontal slides and each uses its own custom scrollbar. I want to include javascript .onclick function that expands text. However, the scrollbar does not appear when I…
nshah123
  • 11
  • 1
  • 3
1
vote
1 answer

Scrollbar not working in AngularJs

I have used developed nice scroll directive for scrollbar in Angular but its not working properly, any one have some other solution app.directive('niceScrollDirective', function() { return { restrict: 'A', scope: true, link:…
Kalpesh Prajapati
  • 1,703
  • 1
  • 12
  • 15
1
vote
6 answers

how to append class for nicescroll

I am using nicescroll in my application. I have dedined like $("#Total").niceScroll({ cursorwidth: '8px', cursorborder: 'none', cursorborderradius:'0px', cursorcolor:"#39CCDB" }); but I don't want to give the styles as above. …
steve
  • 664
  • 4
  • 16
  • 42
1
vote
0 answers

Nicescroll not displaying when div

It perfectly works on HTML ... $("html").niceScroll({zindex: 10002, autohidemode:true, cursorcolor:"#FF9933", horizrailenabled:false}); ... but if I try to show it on a div like this (where aviso_float_content is the hidden div that must be…
Jorgeska
  • 458
  • 1
  • 6
  • 21
1
vote
4 answers

jquery nicescroll and touchbehavior issues

So I'm using jquery nicescroll plugin, and love the fact that it supports touch devices with option: touchbehavior:true, I've enabled this feature because of touch devices and because i love scrolling whit click and drag with mouse. But something…
dzordz
  • 2,277
  • 13
  • 51
  • 74
1
vote
3 answers

Operlapping Nicescroll scrolbars in Bootstrap tabs

I'm using Nicescroll to display scrollbars on bootstrap tabs. While it displays the scrollbars, if we initialize nicescroll on multiple tabs, the scroller from non-active tabs are also visible at all times. This fiddle is a recreation of the issue:…
1
vote
1 answer

Jquery draggable inside of niceScroll plugin overflow issue

Hi I have a list of items that are draggable that need dropped onto a different div. I am using the jquery plugin niceScroll and I can't drag objects 'outside' of the niceScroll and I think has something to do with overflow being hiddent but cannot…
kevindstanley
  • 272
  • 2
  • 6
  • 19
1
vote
3 answers

jQuery niceScroll not working on Dynamic DIV

I've been struggling with this problem for weeks, and I've researched dozens of posts on this site and others. I have a very basic problem. I have a DIV tag #scrollarea that is created on the fly, destroyed and recreated on the fly several times in…
Mark Löwe
  • 572
  • 1
  • 10
  • 24