东月地区选择插件

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-22 21:14:44

软件介绍

好用的地区选择插件,支持两种区域选择方式:

1.自动完成(可使用上下键选择区域)
2.点击弹出区域选择面板(看最下方截图)

使用示例:

var region = $(".Select").EMRegion({
			AutoCompleteTrigger:1,
			AutoCompleteData:"/EMArea/AutoComplete",
			InputKey:"input",
			SelectPanelData:"/EMArea/GetAreaByParentID",
			SelectParentKey:"parentID",
			RequestType:"jsonp",
			Delay:500,
			CommonRegion:[
			{"ID":"1","Name":"北京市"},
			{"ID":"22","Name":"天津市"},
			{"ID":"868","Name":"上海市"},
			{"ID":"2479","Name":"重庆市"},
			{"ID":"1277","Name":"福州市","FullName":"福建省 福州市"}
			]
			});
//设置初始值
region.Set(1277,"福建省 福州市");



服务端数据格式:

[{'ID':'123','Name':'example name','FullName':'example full name'},.....]

 

本文地址:https://codercto.com/soft/d/21737.html

The Definitive Guide to HTML5 WebSocket

The Definitive Guide to HTML5 WebSocket

Vanessa Wang、Frank Salim、Peter Moskovits / Apress / 2013-3 / USD 26.30

The browser is, hands down, the most popular and ubiquitous deployment platform available to us today: virtually every computer, smartphone, tablet, and just about every other form factor imaginable c......一起来看看 《The Definitive Guide to HTML5 WebSocket》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器