-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop jQuery dependency #72
Comments
Ah, good to know. #16 would probably be a good way to future-proof against that problem. |
Would love some help on that if interested! |
Had a look at #16. My "working properly" might be wrong since scrollspy might not be working properly. Anyway, I think dropping dependency on jquery is more important than dropping dependency on |
Got it. Re-titled to reflect that. Seems very doable, though not sure when I will get to it. Pull request welcome! |
Hey, I started working on this feature, I was almost done when I noticed that I made a mistake. I'm pretty tired now to fix it (and I don't know if/when I'll want to continue it), but I'll link my fork so you can maybe take it and improve it, and hopefully finish this transition. https://github.com/Pustur/bootstrap-toc/tree/remove-jquery I'm available if you have any questions. PS: Commits are pretty messy, but I left them separated to better show the steps I took. |
bootstrap5 beta is out and the biggest change would be the drop of jquery dependency.
I just briefly tested
bootstrap-toc
on my website and it appears to be working properly as long as I loadbootstrap5
andjquery
. I am not quite sure if it is worthwhile to stop using jquery inbootstrap-toc
but it would be nice if someone tries to tackle it.The text was updated successfully, but these errors were encountered: