easyui $.parser.parse 页面重新渲染

一些dom元素是动态拼接上的easui的样式,由于页面已经渲染过了,所以需要手动执行渲染某个部件或者整个页面

$.parser.parse();       // parse all the page
$.parser.parse('#cc');  // parse the specified node




 $.parser.parse($("#grid").parent());

原文地址:https://www.cnblogs.com/wangjunwei/p/4881875.html