I'm developing a site with jQTouch, but it doesn't have style for a search bar. Has someone come across a library or css for the iPhone search bar like the image below?

alt text

link|improve this question

1  
I googled for it and found no Search bar styles, but you have a screenshot there of it, can you not make one from that with Photoshop and some css? – Kyle Sevenoaks Sep 9 '10 at 7:18
True - you have the screenshot - where's the problem to create css now? – easwee Sep 9 '10 at 9:23
I just didn't want to reinvent the wheels, especially when I could find better ones. – William Niu Sep 9 '10 at 23:00
It seems that <input type="search" /> in HTML5 already does the styling: css-tricks.com/webkit-html5-search-inputs. Can anyone verify that? It doesn't seem to have the magnifying glass icon and the cancel icon when I tried it in iPhone simulator. – William Niu Sep 10 '10 at 16:09
feedback

2 Answers

There is a searchbar in the iWebkit library, you can use that to creata your own.

link|improve this answer
It doesn't have the "x" at the right end when there is input. – William Niu Oct 1 '10 at 12:34
feedback
up vote 0 down vote accepted

jQuery Mobile provides a search input that does exactly that:

http://jquerymobile.com/demos/1.0a4/#docs/forms/forms-search.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.