rochal / jQuery-slimScroll

small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:
http://rocha.la/jQuery-slimScroll
2.23k stars 927 forks source link

Backborn.js #210

Open Gajendrasinh opened 9 years ago

Gajendrasinh commented 9 years ago

Hi

This scroll plugin works very well. I want to use this in backborn.js . Could you please guide me?

ashishsajwan commented 9 years ago

i think by backborn.js you mean backbonejs.org ..

anyways using this plugin doesn't change that much with backbone in picture..

you would still use the plugin pretty much same way..

1) include plugin . be sure of the order in which you include files.. order is jQuery then jQuery-slimScroll then last you can include backbone & it's dependency.. 2) after your view is rendered. apply the initialize slimscroll on the DOM element accordingly ..