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
2
votes
1 answer

NiceScroll not working on Html

I'm trying to get NiceScroll to work so that the whole body of the page scrolls, not just individual divs. It's not working. I've searched through similar forums with no work around. Here is my current code so far:
Trisha
  • 539
  • 3
  • 10
  • 30
2
votes
2 answers

nicescroll, need to resize automatically when div changes it size

I have
tag, which contains lot of text and it's usually showed with a jquery nicescroll beside, but if it contains an element which can change height 'some collapsable element) of the
tag and nicescroll doesn't want to…
Karolína Vyskočilová
  • 1,305
  • 1
  • 18
  • 29
2
votes
1 answer

niceScroll set div scroll always from bottom for chat box

I want to set div scroll always from bottom for chat box like showing in image below, Other solution also acceptable.
geniuscapri
  • 94
  • 3
  • 12
2
votes
1 answer

Nicescroll 3 - Vertical scroll after horizontal scrolling ends

I'm trying to make a simple page where there are several rows of images, each one with a horizontal scrolling (using Nicescroll 3). Using the mouse, when the horizontal scrolling of the row is finished, the mouse wheel has no function. What I wanted…
Andre
  • 63
  • 6
2
votes
0 answers

nicescroll on chrome - mouse wheel not working

I have this implementation for nicescroll : jQuery(document).ready(function ($) { "use strict"; $("html").niceScroll({cursorborder:"none" ,cursorcolor:"#393F48",cursorwidth :"12px",background:"#D5D5D5",autohidemode:"true"}); } The scrol is…
Crerem
  • 1,289
  • 2
  • 18
  • 45
2
votes
0 answers

nicescroll bar does not work well when resizing browser

I am using nicescroll bar and I based most of my work on that now I get a very strange bug: I have 3 div and nicescroll has been attached to the second div. everything is ok until it comes to responsivnes. for showing content I need to put divs on…
HMdeveloper
  • 2,772
  • 9
  • 45
  • 74
2
votes
1 answer

Pushing object parameters through jQuery .each()

Anyone has experience with niceScroll... I'm trying to optimize the code that assigns scrollers to their respective elements and attaches their properties. This works only on the first object present in the array ($ele1): var obj = { cursorwidth:…
user3024007
  • 283
  • 4
  • 12
2
votes
1 answer

Very slow scrolling with jquery nicescroll on mobile devices

I am developing a single pager website using twitter bootstrap. I use jQuery nicescroll to scroll within sections(the user is only allowed to scroll through particular section when he clicks on a menu item).It works fine when the section has less…
2
votes
3 answers

Linking nicescroll to arrow buttons

I'd love to be able to link custom arrow buttons to the Nicescroll script so that scrolling would occur when someone clicks on the up/down buttons (in addition to the existing keypress and mousewheel scrolling features that already exist). Any ideas…
Nikki
  • 21
  • 1
  • 3
2
votes
2 answers

load nicescroll before html loads default browser scrollbar

I'm using a very useful scrollbar plugin, called nicescroll. This plugin takes some time to load, since I'm already using a lot of jquery in my project. Is it possible someway to hide the default scroll bar of the browser until the script loads,…
Sakshi Sharma
  • 1,414
  • 4
  • 20
  • 39
1
vote
1 answer

jQuery niceScroll Not Working Along w/ .load()

I'm implementing the jQuery plugin niceScroll in my DIV's. It works beautifully except when I add an .load() function to a tag that is using niceScroll, no scrolling works. But if I remove niceScroll, then the native scroller works fine...? This…
user742030
1
vote
1 answer

Toggle class on Element on Horizontal scroll with nicescroll

I am making a website in which i am going to use Horizontal Scroll. I am using jQuery.nicescroll for smooth scrolling. $(function() { var scroll = $(window).scrollLeft(); if (scroll >= 0) { $('#animateBtn').click(function(){ …
Zuber
  • 3,393
  • 1
  • 19
  • 34
1
vote
1 answer

nicescroll.js - how to disable vertical scrollbar?

I use jquery-nicescroll: $(this.refs.container).niceScroll({ cursorcolor: '#f16221', cursorwidth: '14', cursorminheight: '64', scrollspeed: '50', autohidemode: 'false', overflowy: 'false' }) Currently it has both scrollbars: vertical…
Justinas Jakavonis
  • 8,220
  • 10
  • 69
  • 114
1
vote
2 answers

Auto scroll to last row of table

I'm working on a simple table using nicescroll plugin. On load the table auto scroll to bottom, also, I added a button which adds a new row and scroll to bottom too. my problem is when I added a new input field that generate a rows base from user…
1
vote
1 answer

Jquery PLugin NiceScroll and Zindex don´t change

I have div in position fixed and overflow auto , the case it´s i use nicescroll for change as see the people scrollbar and customize it The case it´s all it´s perfect but the problem it´s with z-index of scrollbar , and i can see scrollbarr under…
Miguel
  • 11
  • 3