Ok, I am having some issues with a piece of custom code I am trying to use with jQuery Mobile.
I am running jQuery verions 1.8.2 and jQuery Mobile version 1.2.0.
I am trying to get the menu to drop down when the button is clicked and hide when it is clicked again(Code Below).
On the first page, or on a hard refresh the script will work correctly, but, once I navigate to one of the pages from the menu I can no longer get the menu to appear. However, with the console.logs I added in I can see that the script is still running, it just isn't making the menu appear.
I am at a loss of how else to troubleshoot the issue and would really appreciate some help! If you need me to clarify something or if I forgot a piece of information please let me know.