javascriptjqueryjquery-pluginsjquery-scrollable

How to make a div scrollable using jquery


I have only one list div and I want to make it scrollable. I have seen scrollpane examples, it's great but I am looking for an smaller simpler alternative.

I appreciate any help.

Thanks.


Solution

  • Don't think you need jquery, just add style="overflow:auto;" to the div.