do-me / SemanticFinder

SemanticFinder - frontend-only live semantic search with transformers.js
https://do-me.github.io/SemanticFinder/
MIT License
210 stars 14 forks source link

Remove jquery #14

Closed lizozom closed 1 year ago

lizozom commented 1 year ago

Remove jquery from project and use vanilla js

do-me commented 1 year ago

Thanks for the cleanup, that was definitely necessary as vanilla JS / jQuery was pretty mixed before! I'll test later and merge. For anyone reading this: this PR is more of a cleanup than a rewrite. If at some point jQuery might come in handy, we can just as well add it again. But it's best to keep the bundled file size as low as possible.