1 Star 0 Fork 0

richard / dropDownList

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2018-06-13 16:16 . Update README.md

dropDownList

下拉列表框多选插件

首页

/**

  • dorpDownList.js 1.0
  • @version 1.0
  • @author zhuzhida
  • @url https://github.com/richard1015/dropDownList
  • @调用方法
  • $(selector).dropdownlist(option);
  • option里的callback是选择国家后调用
  • -- example --
  • $(selector).dropdownlist({
  • defaultText: "请选择国家", //默认提示语
  • selectIds: "",//默认选中国家
  • callback: function(api) {
  •     console.log('选择下拉选项调用该回调');
  • }
  • }); */
JavaScript
1
https://gitee.com/richard1015/dropDownList.git
git@gitee.com:richard1015/dropDownList.git
richard1015
dropDownList
dropDownList
master

搜索帮助