Download jQuery EasyUI 1.0.2
In this version add a parser plugin to auto parse some component. Here is a panel example:
<div id="pp" style="width:100px;height:100px;">Panel Content.</div>
In previous version we should run below code to create the panel:
$('#pp').panel();
Now we don't need to run the jQuery code, instead we add a class named 'easyui-panel' to the DIV class and the panel will be auto-parsed and created. See below markup:
<div id="pp" class="easyui-panel" style="width:100px;height:100px;">Panel Content.</div>
Current Version: 1.0.2
License: GPLv3
Auto parse classes:
- easyui-linkbutton
- easyui-accordion
- easyui-menu
- easyui-layout
- easyui-panel
- easyui-tabs
- easyui-tree
- easyui-window
- easyui-datagrid
Plugins:
- draggable
- resizable
- panel
- tabs
- accordion
- layout
- linkbutton
- menubutton
- splitbutton
- menu
- form
- window
- datagrid
- pagination
- tree
- parser
Deferred Plugins:
- dmenu
- dialog
- shadow
| Download jQuery easyui package: jquery-easyui-1.0.2.zip |
page revision: 7, last edited: 26 Feb 2010 00:59