Skip to content

用于动态生成二级select,以及多选,属于query插件,好像被废弃了,很多bug,用的过程中进行了修改

License

Notifications You must be signed in to change notification settings

jackchenyanbin/fselect.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

fselect.js 依赖jquery

1、用法 普通初始化 $(id).fselect(); 动态初始化 if($(id).parent().hasClass('fs-wrap')){ $(id).fSelect('reload',{showSearch:false}); }else{ $(id).fSelect(); }

我主修后端,前端只做了解,有问题QQ:1094344859

About

用于动态生成二级select,以及多选,属于query插件,好像被废弃了,很多bug,用的过程中进行了修改

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published