html - Form and Button disappearing after clicking anywhere on page in Bootstrap -
i have search form submit button on page. when click anywhere on page form , button disappears. want button , form disappear if click submit button. here form code.
<form class="pc-search-input" role="search" action="showsearchresults.asp"> <div class="form-group"> <input type="hidden" name="pagestyle" value="<%=btype%>"> <input type="hidden" name="resultcnt" value="<%=pcintpreferredcountsearch%>"> <input type="text" class="form-control" name="keyword" placeholder="search"> </div> <button type="submit" class="btn btn-default">submit</button> </form> i disable particular form only.
Comments
Post a Comment