When I click on the icon in the search box it submits the search. Works perfectly on Chrome... only tested firefox as other browser but fails (wont do anything) have I done something wrong?
<form class="custom-search-form navbar-search" action="/search" method="GET" >
<input name="keyword" class="autocomplete span4" placeholder="Search for an Attraction...">
<a href="javascript:(.submit());" onclick="submit()" class="icon-search"></a>
</form>
The issue is with the a href.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…