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
just try data-native-menu="true"
from doc : By adding the data-native-menu="true" attribute to the select, the framework will use the browser's native select menu when the select button is clicked. Because this option doesn't use any of the custom menu parsing and menu generation logic, it is significantly faster than the custom menu version. The custom select menus add the ability to theme the select and provide visual consistency across platforms In addition, it fixes over some missing functionality on certain platforms: optgroup support on Android, multi-select capability on WebOS, and adds an elegant way to handle placeholder values.
for more info