I have an issue with a select box on a website that is being browsed by iPad. The select box is within a jquery dialog that is being hidden/shown with jQuery. The dialog that contains the select box is hidden when the user first hits the page. There is a trigger that the user can click to open the dialog containing the select box, but as soon as the dialog is shown iPad automatically opens up it’s native select box UI instead of waiting until the user touches it. Any ideas? Here is the site and an image of the layout. http://patriotvanlines.com.
I would add the code for this but I’m thinking it’s most likely a bug of some sorts iPad has with jQuery.

I have an issue with a select box on a website that is being
Share
ihave not worked that closely with the IOS myself but I am wondering if this little hack would help it. you add an attribute on the select
disabled="disabled"and remove the attribute using jquery when your image is clicked on.