I want to create a html5 input that looks like the iOS enter Pin (on the lock screen).... with 4 input boxes.
How do i achieve this?
No need for jQuery, much cleaner IMO.
HTML
CSS
form#ios input[type=password]{ height: 50px; width: 40px; text-align: center; font-size: 2em; border: 1px solid #000; }
http://jsfiddle.net/jerryhuangme/e9yhr/