How to change the listview filter icon with an custom icon? Can’t find it in the documentation or on SO..
<ul data-role="listview" data-filter="true">
</ul>
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would need to overwrite this css with your own css (and change the link to the icon to the correct link, best to download the Jquery Mobile icons I think).
.ui-icon-searchfield {background-image: url(images/icon-search-black.png);
background-size: 16px 16px;
http://code.jquery.com/mobile/1.0rc1/jquery.mobile-1.0rc1.zip
Contains the icons so that you can put them into your own images directory