Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery tab disable jQuery scroll
    primarykey
    data
    text
    <p>I use jqueryUI tabs and want to implement a smooth scroll bar inside each tab. I tried several scrollable plugins like jQuery custom content scroller, TinyScrollbar and now areaaperta NiceScroll, but each time I stack with the same problem - scrollbar works only inside one tab..</p> <pre><code> &lt;script&gt; $(function() { $( "#tabs" ).tabs(); }); &lt;/script&gt; &lt;div id="tabs" style="width:900px; font-size:100%;"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#tabs-1" &gt;FIRST&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-2"&gt;SECOND&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#tabs-3"&gt;THIRD&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="tabs-1"&gt; &lt;div id="thisdiv"&gt; &lt;p&gt;&lt;b&gt;FIRST SCROLLABLE PARAGRAPH&lt;/b&gt;...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt; &lt;div id="tabs-2"&gt;&lt;div id="thisdiv2"&gt; &lt;p&gt;&lt;b&gt;SECOND SCROLLABLE PARAGRAPH&lt;/b&gt;...&lt;/p&gt; &lt;/div&gt;&lt;/div&gt; &lt;div id="tabs-3"&gt; &lt;p&gt;THIRD TAB &lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;script&gt; $(document).ready( function() { $("#thisdiv").niceScroll({cursorcolor:"#00F"}); $("#thisdiv2").niceScroll({cursorcolor:"#00F"}); } ); &lt;/script&gt; </code></pre> <p>Here is jsfiddle that shows that there is no conflicts between UItabs and two scrollbars of niceScroll plugin: <a href="http://jsfiddle.net/Fluc/EhcqX/4/" rel="nofollow">http://jsfiddle.net/Fluc/EhcqX/4/</a></p> <p>And here I tried to use same divs with scroll bars inside each tab: <a href="http://jsfiddle.net/Fluc/cJPT3/2/" rel="nofollow">http://jsfiddle.net/Fluc/cJPT3/2/</a></p> <p>As you can see, scrollable works only inside the first tab.. Same with other scrollable plugs..</p> <p>I'm not jquery programmer but It feels like the problem is related to display property somewhere.</p> <p>Any help would be very appreciated!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload