easyui $.parser.parse 頁面從新渲染

 

一些dom元素是動態拼接上的easui的樣式,因爲頁面已經渲染過了,因此須要手動執行渲染某個部件或者整個頁面node

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




 $.parser.parse($("#grid").parent());
相關文章
相關標籤/搜索