前端
java菜鸟一枚
这个作者很懒,什么都没留下…
展开
-
谷歌,火狐浏览器不支持showModalDialog
解决方法:$(function(){ if(window.showModalDialog == undefined){ window.showModalDialog = function(url,mixedVar,features){ window.hasOpenWindow = true; if(mixedVar) var ...原创 2018-05-04 10:25:36 · 1006 阅读 · 0 评论 -
jstree个人使用记录
$('#jstree').jstree({ "core": { "animation": 0, "check_callback": true, "multiple": false, "themes": {"stripes": true},原创 2018-05-04 11:07:29 · 1558 阅读 · 0 评论 -
multi-select 插件简单使用(带搜索框)
效果图: 需要Bootstrap基础文件+jq Html:<div class="form-group"> <label class="col-sm-4 control-label"><span style="color:red;">*</span>应用系统:</la原创 2018-10-25 11:32:36 · 5568 阅读 · 0 评论