-
Notifications
You must be signed in to change notification settings - Fork 476
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
Remove jQuery dependency #714
Comments
Hello, Thanks for your message. You're absolutely right, this has been on my mind too for a while. It would require quite some work, I'll have to think about it when I have some spare time! |
Hela, Almost a year that I created this issue. Do you think you'll find some spare time anytime soon ? :-D |
Let's be realistic, I don't think so. |
Ha ha ha, at least it’s clear ^^ I’ll keep referencing jquery in my pages then. Your plugin is too good to use anything else ;-) |
Thank you :) |
Hi,
I'm a huge fan of this library that, for months (years), has been my default choice for tooltips. However, now that I'm mainly developping web app via Angular 2+, I don't need jQuery anymore. Back in the days, jQuery was awesome because it was easy to manipulate the DOM with it but now, it's less and less required with all the Framework (Angular, React, Vue.js...) doing it for us.
I'm currently working on a big project and the only reason why I need jQuery is to be able to use tooltipster, so I was wondering if it wouldn't be an interesting step forward to remove all the dependencies with jQuery and make it a standalone library ?
I can easily imagine that some people (including me) would try other tooltip library just not to include jQuery, especially because it requires some configuration tweaking to be able to use it with CLIs.
The text was updated successfully, but these errors were encountered: