- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 Jquery自定义事件
<input type="button" onclick="triggerEvent()" value="触发事件"/>function triggerEvent() { top.$(top).trigger('myevent', {num:3});}top.$(top).on('myevent', function(event, data){ alert(data)});
2021-08-14 17:38:06
116
原创 ie8下处理iframe关闭后图标字体消失的问题
top页引入fontface样式,iframe里不写fontface样式,但是这样其他浏览器iframe里就不显示图标字体了。兼容的写法是top页面里的fontface里引用的字体包含所有的字体,iframe里的fontface只引用支持非ie8的字体,然后使用脚本判断如果当前页面是ie8并且是top页面,动态加载支持ie8的字体样式...
2021-04-16 09:45:25
215
原创 bean和map的相互转换
使用apache commons beantils的BeanMapmap转beanMap map = new HashMap();map.put()
2020-12-02 11:26:00
382
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人