jquery.tocify.js icon indicating copy to clipboard operation
jquery.tocify.js copied to clipboard

a.indexOf is not a function javascript error

Open Tahiche opened this issue 8 years ago • 2 comments

Using jquery 3.2.1 and jqueri UI 1.12.1 I was getting an error "a.indexOf is not a function TypeError: a.indexOf is not a function" It seems asexplained here that $(window).load() event is depracated (line 179 of jquery.tocify.js) and you should use $(window).on('load',function()... instead.

Tahiche avatar Jun 19 '17 15:06 Tahiche

Any plans to fix this?

advantiot avatar Sep 28 '17 10:09 advantiot

The fix has been submitted in the "jQuery 3 compatible" pull request: Issue #104

pilafmon avatar Feb 03 '19 09:02 pilafmon