stop rendering of select by jquery mobile.

stop rendering of select by jquery mobile.

Is there a way of stopping jquery mobile from rendering certain elements. I've written a dynamic mobile app that uses a web service to get data and jquery to dynamically build content. However <select> rendering seems quite slow and I like the look of the native iphone / adroid selects. 

Also I find if I display a page once it will render correctly. However if i change the data and redisplay the page the rendering is lost. With jquery mobile 1.2a I can stop it by not in closing <select> in a field-contain div, this doesn't work on later releases though. I want to move forward as with 1.2a I can't get my buttoms to disable/enable.

Cheers
Geoff
P.S Great work so far.