Home > Web Front-end > JS Tutorial > jQuery EasyUI API Chinese Documentation - Parser parser_jquery

jQuery EasyUI API Chinese Documentation - Parser parser_jquery

WBOY
Release: 2016-05-16 18:01:37
Original
1030 people have browsed it

Usage

Copy code The code is as follows:

$.parser.parse(); // Parse The entire page
$.parser.parse('#cc'); // Parse a specific node

特性

名称

类型

说明

默认值

$.parser.auto

boolean

定义是否自动解析easyui组件。

true

事件

名称

参数

说明

$.parser.onComplete

context

当解析器完成解析动作的时候触发。

方法

名称

参数

说明

$.parser.parse

context

Parse the easyui component.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template