CameronAskew / jquery.mobile.paramsHandler

A plug-in for adding URL parameters to jQuery Mobile pages
MIT License
14 stars 7 forks source link

Javascript Functions #11

Open eddykhalfan opened 7 years ago

eddykhalfan commented 7 years ago

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