zoukankan      html  css  js  c++  java
  • 前端js模糊搜索(模糊查询)

    1.html结构:

      <label for="searchShop" class="clear pos-a" style="top:17px;">
                <input type="text" id="searchShop" placeholder="场所搜索">
                <input type="button" value="搜索" class="searchIcon searchShopBtn">
      </label>

    /*查询结果放ul里面*/

    <ul id="searchResult" class="searchResult">

    </ul>

    2.css样式:

    #searchShop {

    1. line-height: 28px;
    2. text-indent: 5px;
    3.  180px;
    4. float:left
    5. height: 28px;
    6. border: none;
  • 相关阅读:
    无标题
    UVA 11987 并查集删点
    屯题 (bestcoder #62~#75)
    codeforces 293E Close Vertices 点分治+滑窗+treap
    hdu4670 Cube number on a tree 点分治
    hdu4812 D Tree 点分治
    poj2112 Boatherds 点分治
    HDU 4866 Shooting 二分+主席树
    poj1741 Tree 点分治
    关于点分治。。。
  • 原文地址:https://www.cnblogs.com/TigerZhang-home/p/9139579.html
Copyright © 2011-2022 走看看