网上很多是修改jquery.easyui.min.js源码,这个改动难度较大,分析一下combox渲染后的页面,只需插入一下代码即可
$(".combo-panel").prepend('<iframe frameborder="0" scrolling="no" style="background-color:transparent; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left:0;"></iframe>');

本文介绍了一种不修改jquery.easyui.min.js源码的方法,通过在组合框(combox)渲染后插入特定的iframe来实现遮罩效果,避免了直接修改源文件所带来的复杂性。
349

被折叠的 条评论
为什么被折叠?



