Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone-like (slot machine) 'picker' select box for the web? [closed]

I'm looking for a iPhone-like "picker" control that I'm able to use on the web.

Accessibility is not a concern. JavaScript will be available on all clients and the web app will be run on an environment provided to the user. If the solution could gracefully degrade to a select box though, that would be great. Flash & Silverlight are not ideal (for reasons I don't care to jump into) but similar solutions in Flash & Silverlight may be appreciated by others.

Here's an example of the control on an iPhone:

Screenshot

like image 669
sjstrutt Avatar asked Mar 17 '09 02:03

sjstrutt


1 Answers

I know this question is somewhat old, but since I have an answer I could just as well give it. Other people can still be looking for it (just like I did). I created this control to use it as a plugin with jQuery. See my blog:

http://marinovdh.wordpress.com/2011/09/14/use-the-iphone-uipickerview-control-as-a-selectbox-on-your-website-with-jquery/

like image 162
Marino van der Heijden Avatar answered Nov 07 '22 06:11

Marino van der Heijden