If there a way to tell if the jQuery Mobile select menu is open? I've been trying to check in various places to see if it is open to turn off certain events or in other cases close it.
Closing it without checking works though it gives the error "Uncaught TypeError: Cannot call method 'destroy' of undefined".
I tried searching for this here without luck.