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

Nicescroll jquery scrollend function not working. Getting as undefined. Using beat version jquery only

$(document).ready(function() { // var nice = $("html").niceScroll(); // The document page (body) var scroll_var = $(".panel").niceScroll({ cursorborder:"", cursorcolor:"#00F", boxzoom:true }); …
0
votes
2 answers

$watch fires on focus lost

I have a textarea tag with jquery.nicescroll pluggin and ng-model attached to it. In my code I apply a $watch on this ng-model variable. $scope.$watch("paper", onTextChange); Everything is good…
kaytrance
  • 2,657
  • 4
  • 30
  • 49
0
votes
0 answers

jQuery and NiceScroll 3.6.0

I'm using NiceScroll 3.6.0 link, and some reason it's not working with jQuery 2.1.3. I have a site ( 89.135.115.70/basicWebPage/ ), with this configuration, and if I initalize the NiceScroll it's stop working, and i don't know scroll on page. Please…
0
votes
1 answer

Disable nicescroll when class added

I wonder if it's possible to disable scrolling when there is a class added to the body? The body get a class when i trigger a button already but still can't disable scrolling when that happened. I have tried everything in js and css but can't get it…
Shehab Eltawel
  • 113
  • 1
  • 3
  • 9
0
votes
1 answer

Nicescroll not displaying for Ajax load

I've tried looking everywhere for an answer to this. My issue is a bit different from what I've seen here regarding the AJAX load and nicescroll plugin. Nicescroll is currently not working for my html page that is triggered to display over on top of…
vanburg
  • 1
  • 2
0
votes
1 answer

Web page is not scrolling

I am building up a website, using stellar.js for parallax effects and niceScroll.js for smooth scrolling. Now I am not sure what is causing the problem, but I can't scroll horizontally or vertically, for vertically scrolling I explicitly specified…
dw19
  • 73
  • 2
  • 11
0
votes
0 answers

Nicescroll bar jump after resize

I m using nicescroll bar version 3.5.4.. My code $(document).ready(function() { $("#nicescroll").niceScroll({"autohidemode":false}); var test = $("#nicescroll").getNiceScroll(); $("button").click(function() { test.resize(); …
0
votes
1 answer

NiceScroll disables mousewheel on edges of page

I'm using the NiceScroll library and having some trouble that is specific to Google Chrome. When the cursor is over the left and right edges of the page, the mouse wheel does not allow the page to scroll. If I change the HTML "overflow" tag from…
Ells
  • 83
  • 7
0
votes
0 answers

jQuery nice scroll won't let me scroll the page when I'm done scrolling an overflow: auto element

I'm using jQuery nice scroll plugin on my whole document, and an element inside my document that has an overflow property of auto. When that element overflows, scroll-bars appear, but when I'm done scrolling that element, I have to move my cursor…
vahidseo
  • 371
  • 1
  • 3
  • 16
0
votes
1 answer

Nicescroll in jQuery Mobile popups

I have been using the excellent NiceScroll plugin in my jQuery Mobile application. The one issue I have run into is when I use NiceScroll in a popup. When the user hits the Esc key to dismiss the popup the scrollbar remains behind. "Not a…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
0
votes
1 answer

Scroll Sections with Custom Scrollbar (Nice Scroll) -- Animation jerks on fast Scrolling

DEMO I am using Scroll Section with Nice Scroll. Every thing is fine but if i scroll really quickly it start producing these animation jerks. HTML:
This is a section 1
Imran Bughio
  • 4,811
  • 2
  • 30
  • 53
0
votes
1 answer

JQuery Nicescroll.js Overlapping DIVs collide during scroll

Okay I'm using the JQuery plugin Nicescroll which I like very much. I suddenly ran into a problem where I have two DIV tags containing two lists, one above the other. When I enable Nicescroll on both of the DIVs, I get a strange error when trying to…
Mark Löwe
  • 572
  • 1
  • 10
  • 24
0
votes
2 answers

hiding nicescroll after replacing the content

I am using nice scroll in my application. I have given like:
I have a button, in button click event, I gave like,…
steve
  • 664
  • 4
  • 16
  • 42
0
votes
1 answer

Nicescroll bug in Phpfox

I am neewbie in Phpfox script and I started with creating a new template.During that I encountered the following problem with nicescroll jQuery. When I try to implement it outside the Phpfox it works. But when I try into Phpfox then it messes up and…
Plavookac
  • 410
  • 9
  • 24
0
votes
2 answers

NiceScroll - Leaving Original Scrollbar Intact

I've added the NiceScroll jQuery plugin to my page and it does exactly what I'd want it to do (eases scrolling from mouse wheel events). However, the plugin seems geared around styling the scrollbar aswell. Is it possible to preserve the original…
user1017882