problem with $.mobile.selectmenu.prototype.options.nativeMenu
I have been using $.mobile.selectmenu.prototype.options.nativeMenu = false; in my app, but now I want to change to using the native dropdowns. However, if I remove this line from my code (or change it to true) then the page will not load. I get an error
I have two pages setup for you to look at, they are exactly the same except that one has this line and one does not. Any help is appreciated.