Parser(解析器)的使用实例教程

Parser(解析器)

对象的属性和方法:

image

使用:

<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(解析器)的使用实例教程的详细内容,更多请关注https://www.sxiaw.com/其它相关文章!