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
Post a Comment