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?

|
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?
| |||
|
feedback
|
|
There is a searchbar in the iWebkit library, you can use that to creata your own. | |||
|
feedback
|
|
jQuery Mobile provides a search input that does exactly that: http://jquerymobile.com/demos/1.0a4/#docs/forms/forms-search.html | |||
|
feedback
|
<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