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.

109 questions
14
votes
2 answers

How to install jQuery plugin?

I've been trying to install the NiceScroll plugin, which makes the scrolling much smoother. The website is http://areaaperta.com/nicescroll/index.html and I can't seem to figure out how to install it. I really don't understand the instructions. It…
GarrettSadFace
  • 225
  • 1
  • 3
  • 8
11
votes
1 answer

Remove/destroy Nicescroll bar from element (integration with JQuery MultiSelect)

I have added a NiceScroll bar to a div: $("#div-name").niceScroll(); How can I remove/destroy it? I have tried the following, but it doesn't work: $("#div-name").getNiceScroll().stop(); The following is also not a…
Diego87
  • 1,227
  • 2
  • 15
  • 20
8
votes
6 answers

Jquery Nice scroll not working

I am using Jquery nice Scroll bar for div, but when content of div increases dynamically its not showing scroll bar. Windows default scroll bar works fine if i remove nice scroll. Can anyone help me to solve this problem? Html
gaurang171
  • 8,845
  • 4
  • 25
  • 30
6
votes
5 answers

Always display niceScroll rail

I'm using niceScroll jQuery plugin to replace common browser scrollbars in overflowing
's. The plugin is working good, but I can't get it to work and display the scroll rail always (even if the content is not exceeding
bounds). My final…
veritas
  • 1,966
  • 1
  • 15
  • 29
5
votes
1 answer

NiceScroll show/hide

I'd like to hide/show NiceScroll based on the result of an if function. In my html there are three sections which are scrolled from left to right one by one. My script is as follows: var section2 = $('#section2').offset().left;…
Szymon
  • 1,254
  • 19
  • 34
5
votes
4 answers

jquery nicescroll

I'm using nicescroll plugin. http://areaaperta.com/nicescroll/ I have just a little doubt. When the page is loaded I can see my default scroll bar from the browser, and then the nicescroll bar it is showed. I want to apply the nicescroll bar to all…
saomi
  • 678
  • 5
  • 13
  • 31
4
votes
1 answer

Binding to Jquery Nicescroll events. Which events are available?

I'm using Nicescroll and want to bind to a scroll event of the div the nicescroll-plugin is defined on. Somehting like: $("#sec_menu").niceScroll(); $("#sec_menu").scroll(function(e){ //do stuff here }); However the above doesn't work. Which…
Geert-Jan
  • 16,760
  • 10
  • 68
  • 121
3
votes
1 answer

Select2 + custom scrollbar

I'm trying to connect some custom scrollbars with Select2 4.0. I found some old topics here on stackoverflow, but the solutions (with select2 3.4 i.e.) seems to be outdated. I tried: jquery.scrollpane and jquery.nicescroll. Both scrollbars don't…
3
votes
2 answers

Bootstrap 3.0 & NiceScroll 3.5.0

I have a problem with Bootstrap 3.0 and NiceScroll 3.5.0. These two plugins both require jQuery, however Bootstrap.js requires jQuery 1.9.1 or higher and NiceScroll is not working with this version. Now I'm using jQuery 2.1.3. What should I do so I…
3
votes
0 answers

jquery nicescroll couldn't make cursor-drag on touch devices

Is it possible to scroll by dragging cursor (handle - in other words) on touch devices? Now it is scrolled only when I touching list, and cursor seems to be disabled.
IvanZh
  • 2,205
  • 1
  • 16
  • 25
3
votes
2 answers

Nice Scroll issue

I am using this function for niceScroll but it is not working in Safari. However, it is working fine in Firefox, chrome and even in IE. How can I resolve this? jQuery(function($) { $(document).ready(function() { …
Mahinder
  • 31
  • 2
3
votes
0 answers

niceScroll generates the scrollbars down from the top of the destination div

I am trying to use niceScroll for the first time and found the scrollbars far down from the top of the destination div tag by almost 30px. Both the vertical and horizontal bars are calculated improperly.. the div I am trying to use it on is
Spirals Whirls
  • 523
  • 1
  • 7
  • 24
2
votes
0 answers

Lag only in Safari 11 scroll in webpage

In this page of website. I have scroll lag only in Safari 11 (no problem with Firefox and Chrome). in this project we use HTML, CSS, Jquery and Nicescroll. We remove all nicescroll action but lag still stay.
2
votes
1 answer

jquery.nicescroll with wrong tabindex value

I followed jQuery.NiceScroll to edit scrollbar. Normally, when I call $(selector).niceScroll(), it will append tabindex and some css properties into the selector. Like this: $('p.lead').niceScroll({autohidemode: false}); Then, 2 divs which id…
Tân
  • 1
  • 13
  • 45
  • 86
2
votes
1 answer

Why jQuery Nicescroll does not let parent DIV to scroll when the child DIV hits bottom?

I have a child DIV named "Intro", on which Nicescroll is set: $(document).ready(function({ $("#Intro").niceScroll({ cursorcolor:"#666", cursoropacitymax:0.7, cursorwidth:5, cursorborder:"1px solid…
Feri
  • 221
  • 3
  • 10
1
2 3 4 5 6 7 8