Advertisement
HuskieRU

index

Jun 18th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                 <form class="header-search-form" action="<?php echo base_url(); ?>search" method="get">
  2.                     <input class="search-input" placeholder="Поиск игр..." name="q" autocomplete="off" type="text" id="search_data" onkeyup="ajaxSearch();" value="<?=$_GET['q'];?>">
  3.                     <button class="icon search-btn" type="submit" style="height:30px;margin-top:4px; background-size: 32px 32px;"><i class="fa1 fa-search1" ></i></button>
  4.                     <div class="list-search" style="display: none;"> // Тут выводится результат в реальном времени
  5.                         <div class="list-games"></div>
  6.                     </div>
  7.                 </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement