Questions tagged [jquery-scrollable]

A jQuery plugin that adds customizable scrollbars to any element.

A jQuery plugin that adds customizable scrollbars to any element. The scrollbars can be easily styled by CSS. Also, behavior of the scrollbars can be modified by passing in optional parameters to the plugin.

80 questions
0
votes
1 answer

"View More" button after every three bottom scroll using jquery

I have tried a lot but can't add show more button automatically just after every three scroll down. When I am going to bottom of my page it scrolls down infinite times. I have to stop it after three scrolls and want to add "view more" button after…
0
votes
2 answers

scrollTo and horizontal tables

I am attempting to make a horizontal scrolling portfolio site. I want to users to be able to click through the images using a next/previous button as well as scrolling as per usual with the mouse and scroll bars. I am, however, having trouble…
DanC
  • 1,297
  • 4
  • 24
  • 42
0
votes
1 answer

jQuery scroll top not working

My HTML content is being generated from jquery and its depends on ajax response. In HTML content I have #leftsection which has css "overflow-y:scroll;" Inside "#leftsection" I have boxes say "#devicebox_"+i which has css "overflow-y:hidden;" I'm…
Mahendra
  • 908
  • 1
  • 18
  • 38
0
votes
2 answers

Simple jQuery scrollTo will not work/animate

I have a fixed header bar with basic navigation like so:
0
votes
1 answer

Jquery Scrollable Customized - Errors

I am using the following plugin: flowplayer.org/tools/scrollable.html I've slightly customized it by removing the tabs, and using image buttons. you can view my work here: http://getitnow4free.com/FreeWebsite/Page2.html If you keep hitting next…
ozzie
  • 1
0
votes
1 answer

Is this a jquery content slider? if yes how can I get it

Please visit the link below and check that content slider out cause I love it The Link Thank you
Joberror
  • 5,860
  • 3
  • 20
  • 15
0
votes
1 answer

jQuery Horizontal automatic Scroller with right left keys

I have used the following jquery to have horizontal scrolling of the content with MOUSE SCROLLER : http://www.htmldrive.net/items/show/966/jQuery-Horizontal-automatic-Scrollbars-with-mouse Now I want to carry out this horizontal scrolling with the…
Azim Saiyed
  • 392
  • 1
  • 5
  • 15
0
votes
1 answer

jquery hide element in scroll

I create horizontal scroller for run to the left and right the elements inside content , my script it´s this :