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
They're still working on it, works in latest git code but I wouldnt recommend it: https://github.com/jquery/jquery-mobile/issuesearch?state=closed&q=select#issue/350
Using this property should help
$.mobile.selectmenu.prototype.options.nativeMenu = true; // in your override file...