denehyg / reveal.js-menu

Slide out menu for reveal.js
https://denehyg.github.io/reveal.js-menu
MIT License
281 stars 76 forks source link

Do not conflict between ender and jQuery #39

Closed sowiso closed 7 years ago

sowiso commented 7 years ago

also see #30

denehyg commented 7 years ago

Thanks for the pull request, but there is an issue with this approach that doesn't guarantee it will work. Namely, ender does not implement noConflict(), so this will only work if jQuery is loaded after the menu plugin loads the ender libraries. #30 intended to remove the use of ender entirely to avoid the potential conflict completely, now fixed in dev.