对象的属性和方法:
使用:
<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(解析器)的使用实例教程的详细内容。更多信息请关注PHP中文网其他相关文章!