I'm using a CSS theme with a sidebar navigation menu. I'd like to add a button, to let users close the sidebar.
I'm familiar with jQuery toggle, show, hide, etc... and I could write the script to hide and show the div a number of ways, but is there a compliant way to do it, that will work on most browsers and phones?
Is there a better option other than show hide in jQuery?
Thanks