jqDoubleScroll icon indicating copy to clipboard operation
jqDoubleScroll copied to clipboard

A jQuery plugin that duplicate the bottom scrollbar of an element to its top

Results 11 jqDoubleScroll issues
Sort by recently updated
recently updated
newest added

When font-size in the table is modified, table can go beyond the window width. Setting max-width on parent div to prevent this. Also add custom rightPaddingPx option

Hello. how can i apply doubleScroll in my Table.js file ? In index.html its work, but in Table.js not work, and i don't understand how it made working. Help me...

The option is needed because you might want to show scrollbars under table header (this was needed in my case). I might create a ticket too if necessary, to make...

When setting the width of the double scroll elements, you're setting the elements based on the $contentElement's outer width (line 92) but then resetting the $topScrollBar width to $self.width() (line...

Setting the flow direction of a container (div, table, etc...) to right-to-left (via css `direction: rtl`) will break the functionality of the second scroll. The problem is that with rtl...

I'm building a dynamic table based on JSON-data adding and removing columns to my table. Is there any way to refresh the scrollbars after the table content is loaded? I...

Hello, I've to point out a problem which I have with the Double Scroll Extension. It works fine on Desktop and also on Chrome Mobile. But however there is a...

Thanks for this really useful plugin. May you please add it to bower repository?

How does one remove doubleScroll from an element? I'm using a virtual dom library (such as react) that constantly removes, then adds new elements. I need to know how to...