jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

I have some issues with Browserify and jQery Slim Scroll

Open sibinx7 opened this issue 9 years ago • 1 comments

This plugin is very useful one, it work well with all my projects. Recently i have started learning Browserify, Gulp and other tools, so i use these techniques in my personal websites.. Here is my codes, and this not working

slimScroll = require('slimscroll')

slimScrollFunctions =
  slimScrollSideBar : ->
    mainSideBarHeight = $('.main-sidebar').height();
    requiredHeight = (mainSideBarHeight - 260)
    $('.main-sidebar-content').slimScroll()

module.exports = slimScrollFunctions

Please help me how can i use browserify and slimscroll together..

Thanks in advance simscroll

sibinx7 avatar Oct 20 '15 23:10 sibinx7

I have the same problem. Do you know a workaround?

StefanStra avatar Oct 06 '16 12:10 StefanStra