All Questions
1 question
0
votes
0
answers
424
views
How to use a jquery plugin in a component with Svelte
I would like to use footable.js jquery plugin in a Svelte component. And I'm a newbie with Svelte:
I put the link to the js and the css files in the head special element of the app.svelte:
<head>...