<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../Public/js/layui/css/layui.css" /> <title></title> </head> <body> ...
分类:
Web程序 时间:
2020-07-10 00:18:29
阅读次数:
100
使用react和axios搭建的城市三级联动 1 import React from "react" 2 import axios from "axios"; 3 class CeshiContainer extends React.Component { 4 constructor(props) ...
分类:
移动开发 时间:
2020-06-07 21:33:50
阅读次数:
85
<!DOCTYPE html><html> <head> <title>城市三级联动</title> <style> h1{ color:#8B0000; text-align:center; } div{ width:100%; text-align:center; } </style> </he ...
分类:
其他好文 时间:
2019-10-17 23:25:44
阅读次数:
139
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>全国城市三级联动</title> <style type="text/css"> body{ background:#EEEEEE;margin:0; padding:0; f... ...
分类:
Web程序 时间:
2019-08-26 20:55:46
阅读次数:
240
HTML 在线演示:national-cities-three-linkage ...
分类:
Web程序 时间:
2019-07-12 11:27:40
阅读次数:
736
用js+文本字段实现全国城市三级联动 1、在自定义表单中添加 三个字段,字段类型 单行文本(varchar) 省份s_province 城市s_city 地区s_county 2、前台模板中自定义表单中联动地区代码写法 3、area.js 文件下载 https://pan.baidu.com/s/1 ...
分类:
Web程序 时间:
2018-11-04 19:32:19
阅读次数:
290
//ajax代码 $('#pro').change(function () { var id = $(this).val(); if (id == 0) { $('#city').html('<option value="0">请选择城市</option>'); return false; } $. ...
分类:
Web程序 时间:
2017-09-13 15:28:26
阅读次数:
199
<div class="control-group"> <label class="control-label">区域</label> <div class="controls"> <select name="sheng_id" id="provinces" style="width:140px"> ...
分类:
其他好文 时间:
2017-09-05 13:28:59
阅读次数:
168
城市json数据量比较大,完整案例请看: https://codepen.io/zhishaofei3-1471324920/pen/KqdGWa ...
分类:
其他好文 时间:
2017-06-08 21:24:14
阅读次数:
457
话不多说我们先来一张效果图给大家看一下: html代码如下: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>城市三级联动 - citys-原生js封装</title> <link rel="shortcut i ...
分类:
Web程序 时间:
2017-02-07 19:22:45
阅读次数:
594