gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
928 stars 216 forks source link

a.indexOf is not a function javascript error #103

Open Tahiche opened 7 years ago

Tahiche commented 7 years ago

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.

advantiot commented 6 years ago

Any plans to fix this?

dpilafian commented 5 years ago

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