jquery.smoothwheel icon indicating copy to clipboard operation
jquery.smoothwheel copied to clipboard

Scrolling for multiple div

Open yurri87 opened this issue 9 years ago • 0 comments

I want to make 2 scrollable element (

</ div> and
). If you make $ ( "# one, #two").SmoothWheel () ; , the "one" is scrolled only element .

if done consistently first $ ( "# one) .SmoothWheel (); and then $ (" #two ") SmoothWheel ();., the result is scrolled only

How to make a scrollable two elements (div#one and div#two) together ?

yurri87 avatar Jun 29 '16 04:06 yurri87