Seeking assistance with a minor issue...
I've incorporated a jQuery mobile menu into my responsive web design. When testing the responsiveness by adjusting the browser window size, everything seems to be working correctly. However, upon resizing it back to full-width, the drop-down menus stay open. They only revert to their closed state when hovered over or after refreshing the page...
Any help or advice on this matter would be greatly appreciated.
CSS:
<pre>
.menu {
float: right;
clear: right;
margin: 29px 0 0;
}
... (CSS code continues)
</pre>
Link to Mobile Menu JS
Link to Live Website
Thank you in advance for your assistance!