使用:
<link href="~/jquery-easyui-1.5.2/themes/bootstrap/easyui.css?1.1.11" rel="stylesheet" /><script src="~/jquery-easyui-1.5.2/jquery.min.js?1.1.11"></script><script src="~/jquery-easyui-1.5.2/locale/easyui-lang-zh_cn.js?1.1.11"></script><script src="~/jquery-easyui-1.5.2/jquery.easyui.min.js?1.1.11"></script>
<script type="text/javascript">$.parser.auto = false; $.parser.plugins = [, , layout]; $.parser.oncomplete = function () { alert(); }; $(function () { $.parser.parse(#divnorth);
<div id="divnorth" class="easyui-layout" data-options="fit:true">
以上就是parser(解析器)的使用实例教程的详细内容。
