jquery - How can i make search icon clickable? -


<div data-role=page">     <form method="post">         <input name="search" id="search" value="" placeholder="buscar" type="search" onfocus="this.placeholder = ''" onblur="this.placeholder = 'buscar'">     </form> </div> 

i using jquery mobiles 1.4.2 how can make search icon clickable(like enter)when click on it should act enter button. , how can change border color of it?

i set here border please @ this.

<div data-role=page"> <form method="post"> <input style='border:1px solid red;' name="search" id="search" value=""  placeholder="buscar" type="search" onfocus="this.placeholder = ''" onblur="this.placeholder = 'buscar'"> </form> </div> 

look @ thread

http://forum.jquery.com/topic/anyone-have-a-way-to-bind-to-clicks-of-the-magnifying-glass-on-the-search-box


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -