jquery mobile - <input /> leaves its outlines on other pages -


i have input box placed in header data-role="header" of jquery mobile page.

<form id="form-search" class="form-search" style="display: none; background-color: #fff; border-bottom: 1px solid #ccc;">   <input type="search"** placeholder="enter search query" name="search-query" id="search-query" value="" data-mini="true" />  </form> 

when form gets submitted, page changed $.mobile.changepage() there still outline search box. how possible?

i tried using blur() on inputbox after form submitted doesn't work. place inputbox leaves trace on other page.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -