I need to turn off jQuery Mobile\'s styling of drop downs. Ultimately I\'d like the device itself (iPhone, Android, Blackberry, etc.) to determin
Inside mobileinit, fix the jQM selector to behave as expected:
$.mobile.selectmenu.prototype.options.initSelector = 'select:not( :jqmData(role="none"), :jqmData(role="slider") )';