If I use this plugin, none of my other functions work, if I delete it, all the functions work. For example, I had this function also:
function myFunction() { document.getElementById("demo").innerHTML = "YOU CLICKED ME!"; }
If I remove the plugin usage from my file, this function works but if I add the plugin, the function does not work, same goes for all other functions in the file
If I use this plugin, none of my other functions work, if I delete it, all the functions work. For example, I had this function also:
function myFunction() { document.getElementById("demo").innerHTML = "YOU CLICKED ME!"; }
If I remove the plugin usage from my file, this function works but if I add the plugin, the function does not work, same goes for all other functions in the file