东月地区选择插件

码农软件 · 软件分类 · 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://www.codercto.com/soft/d/21737.html

Host Your Web Site In The Cloud

Host Your Web Site In The Cloud

Jeff Barr / SitePoint / 2010-9-28 / USD 39.95

Host Your Web Site On The Cloud is the OFFICIAL step-by-step guide to this revolutionary approach to hosting and managing your websites and applications, authored by Amazon's very own Jeffrey Barr. "H......一起来看看 《Host Your Web Site In The Cloud》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试