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
135
votes
11 answers

How can I scroll to a specific location on the page using jquery?

Is it possible to scroll to a specific location on the page using jQuery? Does the location I want to scroll to have to have: here Or can it just move to a specific DOM id?
mrblah
  • 99,669
  • 140
  • 310
  • 420
24
votes
1 answer

JQuery UI Autocomplete (1.8) scroll

i'm having troubles configuring the autocomplete module of JQuery-UI. I need that when the amount of data to select is big enough an scroll bar appears. This is what i tried: in the jquery-ui-1.8.16.css i've set this: ui.autocomplete{ …
3
votes
2 answers

Placing a div over a jQuery image slider

I'm trying to place a div element over the a jQuery Tools Scrollable image gallery. I've got everything placed in the right way, however the div doesn't appear on top of the jQuery object even if I set z-index: 2. Here's my…
Massimo Bortone
  • 611
  • 1
  • 9
  • 18
3
votes
3 answers

onBeforeSeek and onSeek toggle child div using jQuery Scrollable?

I'm scrolling some panels which contain some YouTube clips using jQuery Tools Scrollable. I'd like to hide them during the transition to avoid a jerky animation. Markup:
Rick
  • 273
  • 1
  • 9
  • 23
3
votes
1 answer

jquery scroll to form input

I'm attempting a scrollTo() on a webpage and I want a button to trigger the scrollTo(); it will scroll to the top of the form and highlight the first input field. My current code works, however the screen quickly flashes. I attempted to use a…
3
votes
2 answers

$.position returning different values for the same selector inside an scrolling div

I am using the $.position over the same selector and I am getting different results for the top value. The problem might be in getting the position of the selector inside the scrolling div. That's why I am using $.position instead of $.offset, but…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
2
votes
3 answers

Reference to current object in Jquery chain

The following chain works: $("

").html('message').hide().appendTo("#chat").fadeIn() .parent().scrollTop($('#chat')[0].scrollHeight); But this doesn't: …
tiktak
  • 1,801
  • 2
  • 26
  • 46
2
votes
3 answers

Rowsorter JQuery Plugin issue

Hello guys, Im using Touch-enabled Drag'n'drop Table Sorter plugin https://www.jqueryscript.net/table/touch-table-row-sorter.html to drag table rows up and down. My problem is page is not scrolling on dragging "Record 1" column below "Record…
ayyanar pms
  • 169
  • 1
  • 2
  • 13
2
votes
3 answers

Scrolling jquery question. How to auto scroll onclick to a div

Just wondering if its possible to scroll to a certain div's position on a page onclick. I can't seem to find anywhere on the internet where this is documented. My idea is to click a button, and it will take you to the position of that div on the…
TaylorMac
  • 8,882
  • 21
  • 76
  • 104
2
votes
1 answer

How to show active tab on page load jQuery Scrolltabs?

I have used jQuery Scrolltabs which renders scrollable tabs, which works fine. But I am not able to show the active tab selected on page load. I have around 30 tabs and want to show 25th tab selected. I did go through the documentation but not able…
Chinmay Waghmare
  • 5,368
  • 2
  • 43
  • 68
2
votes
1 answer

jQuery tools scrollable, change height dynamically

I have a scrollable div in my page. The container div has its min-height set to some value. And I want the item in the scrollable can be shown/hidden. It means that the height of the scrollable is not fixed. When the item is shown, the height of the…
h--n
  • 5,903
  • 4
  • 31
  • 32
2
votes
1 answer

Disable scrolling when the animation of scrolling is taking place

I am trying to create an scrolling animation when the user moves the mouse wheel up or down, press the the keyword arrows or move the scrolling bar in the side. It is pretty similar as what I found on this site. As I didn't find any jQuery plugin…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
1
vote
0 answers

jQuery Tools Scrollable on touch disable vertical scroll

I have a similiar slider to the one on jquerytools.org But how do I disable vertical touch events on the slider? This is quite a problem when the slider on portrait mode takes up nearly the whole screen estate. I tried $("#flowpanes").scrollable({…
mkampitsch
  • 93
  • 1
  • 11
1
vote
2 answers

How to add a class to the first and last visible element of a jQuery image scrollable

I'm using the jQuery tools slider by flowplayer I have set up a vertical scrollable, total 4 tiles, with 3 tiles being visible at a time. The wrapping element has a border radius and I now want to set the radius on the respective first and last tile…
frequent
  • 27,643
  • 59
  • 181
  • 333
1
vote
1 answer

How to Deep Link with jQuery Tools' Scrollable

I am using jQuery Tools' Scrollable as the means to navigate through a whole single-page site. Navigation looks like this:
Keefer
  • 2,269
  • 7
  • 33
  • 50
1
2 3 4 5 6