jquery - jScrollPane not workng at all -


i'm having hard time (as always) trying jscrollpane work. reading doc website seems easy going but...

i know link jsfiddle doesn't have includes needed assume it's i'm going wrong html.

which looks this.

<ul class="grid scroll-pane">         ..... ....        ........ .           </ul> 

jsfiddle

try

  <ul class="grid scroll-pane-before"> 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -