jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

has no method 'destroy'

Open nathanhornby opened this issue 11 years ago • 4 comments

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'

nathanhornby avatar Jul 23 '13 18:07 nathanhornby

Can you describe what you did to get this error? Here doing $("#results").jscroll.destroy(); works just fine.

jeedee avatar Aug 07 '13 00:08 jeedee

Can you provide a sample of your implementation code?

pklauzinski avatar Nov 21 '13 19:11 pklauzinski

Is there a way to destroy/unbind plugin?

jimbatamang avatar Mar 27 '15 06:03 jimbatamang

i am getting TypeError: $(...).jscroll(...).destroy is not a function on calling .destroy(). Any help ?

viksharma31 avatar Feb 08 '17 12:02 viksharma31