You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
followed setup "tutorials",
i'm work on symfony using bootstrap, i copy the tag-it.js file and hooked it on my webpack config, imported the required CDN.
But it seems like it isnt working i get this error each i load the page where i need the form input to be displayed. the input isnt getting displayed i get this error :
jQuery.Deferred exception: $(...).tagit is not a function TypeError: $(...).tagit is not a function
tagit() seems to not excist even its sucessfuly being included
`
//// Webpack config
<script> :
```
` $(document).ready(function() {
$("#myTags").tagit();
});`
```
```
```
Uncaught TypeError: $(...).tagit is not a function
at HTMLDocument. (add_qcm:315)
at mightThrow (jquery-3.5.1.js:3762)
at process (jquery-3.5.1.js:3830)`
```
The text was updated successfully, but these errors were encountered:
I'm having an issue working with tag-it.
followed setup "tutorials",
i'm work on symfony using bootstrap, i copy the tag-it.js file and hooked it on my webpack config, imported the required CDN.
But it seems like it isnt working i get this error each i load the page where i need the form input to be displayed. the input isnt getting displayed i get this error :
jQuery.Deferred exception: $(...).tagit is not a function TypeError: $(...).tagit is not a function
tagit() seems to not excist even its sucessfuly being included
`
//// Webpack config
The text was updated successfully, but these errors were encountered: