mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

Is not working when we append the data on the fly #30

Closed sugappriya closed 10 years ago

sugappriya commented 10 years ago

Hey Frd,

Custom scrollbar is not working when we append the data using javascript dynamically.

Please any help?

mzubala commented 10 years ago

After you append data you have to call resize function as described in the documentation to let the scrollbar know it needs to update.

sugappriya commented 10 years ago

Hey its not working for me.Can you guide me?

mzubala commented 10 years ago

Take a look at the demo: http://jquery-custom-scrollbar.rocketmind.pl/expandable_list.html It shows how to call resize function.