jscroll
jscroll copied to clipboard
has no method 'destroy'
I'm getting this error in the console with debug on.
jScroll: nextSelector not found - destroying jscroll.jquery.min.js:15 Uncaught TypeError: Object function (c){return this.each(function(){var f=b(this),e=f.data("jscroll");if(e&&e.initialized){return}var d=new a(f,c)})} has no method 'destroy'
Can you describe what you did to get this error? Here doing $("#results").jscroll.destroy();
works just fine.
Can you provide a sample of your implementation code?
Is there a way to destroy/unbind plugin?
i am getting TypeError: $(...).jscroll(...).destroy is not a function on calling .destroy(). Any help ?