私は、次のHTMLを貼り作り方: -検索ボックスと検索アイコンが一緒に
<div class="input-append">
<input id="txtSearchByLocation" name="searchTerm" type="text" class="" placeholder="Search By Location" style="padding-left: 14px;">
<button id="btn-submit-search" class="btn" type="submit" onclick="searchByLocation()"><span class="icon-search"></span></button>
</div>
検索ボタンをし、一緒に固執していないテキストを検索します。どうすればそれをすることができますか?
あなたが "一緒に固執する" とはどういう意味ですか? – Johannes
「スティックをまとめる」とは、検索ボタンと検索テキストの両方が、たとえばBootstrapの入力グループ([BS4 docs](http://getbootstrap.com/ docs/4.0/components/input-group /))? – CrisMVP3200