zoukankan      html  css  js  c++  java
  • jquery 省市县 三级联动

    html

    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="stylesheet" href="./1-1-reg.css" />
      <link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
      <link href="//hovertree.com/texiao/bootstrap/4/css/city-picker.css" rel="stylesheet" type="text/css" />
      <title>Document</title>
      <script src="//cdn.bootcdn.net/ajax/libs/jquery/1.9.1/jquery.js"></script>
      <script src="//hovertree.com/texiao/bootstrap/4/js/city-picker.data.js"></script>
      <script src="//hovertree.com/texiao/bootstrap/4/js/city-picker.js"></script>
      <script src="//hovertree.com/texiao/bootstrap/4/js/main.js"></script>
    </head>
    
    <body>
          <table class="content_form">
            <tr class="trone">
              <td class=" mouse_city">
                <input id="city-picker3" class="form-control input" readonly type="text" name="location" value=""
                  data-toggle="city-picker" />
              </td>
            </tr>
            </table>
    </body>
    </html>

    css

    .content_form .trone {
      width: 100%;
      height: 66px;
      box-sizing: border-box;
      padding-bottom: 20px;
      position: relative;
    }
    .city-picker-span {
      border: 1px solid #d8e0e6 !important;
      padding-left: 12px !important;
      height: 46px;
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      line-height: 46px;
      margin-left: 0;
      border: none;
    }
  • 相关阅读:
    perimeter of squares
    map
    django路由
    for的骚用法
    3和5的倍数相加和
    PeteCake 字典和最小值
    Find the missing letter
    实现简单的ssh功能
    开源运维工具体系
    vsftp在iptables中的配置
  • 原文地址:https://www.cnblogs.com/lvlisn/p/15378801.html
Copyright © 2011-2022 走看看