JQueryEasyUI is a jQuery-based framework that integrates various user interface plug-ins. Next, I will introduce you to the use of JQueryEasyUI through this article. If you are interested in jqueryeasyui, let's take a look. jQuery EasyUI is a jQuery-based framework that integrates various user interface plug-ins.
EasyUI Introduction
Easyui is a collection of jQuery-based user interface plug-ins.
Easyui provides necessary functions for creating modern, interactive, and JavaScript applications.
You do not need to write a lot of code to use easyui. You only need to write some simple HTML tags to define the user interface.
Easyui is a complete framework that perfectly supports HTML5 web pages.
Easyui saves your webpage development time and scale.
Easyui is simple but powerful.
This article focuses on the two methods to use EasyUI, including different loading methods that have been loaded on demand by easyload. Finally, let's take a look at the usage of the Parser.
Note: All codes will be uniformly introduced on the last page of the article.
1. introduce necessary files
Since jQuery EasyUI1.4.4 has just been updated, the minor version updates mainly include internal optimization and some UI fine-tuning, which does not affect learning. In the past, we used the 1.2.4 version of the Chinese manual to learn 1.3.5, so we do not have to worry about version issues.
Shows the directory structure of JQuery EasyUI in the entire article.
The easyui folder is used to save all files used by JQuery EasyUI.
The JS folder stores our own JS files.
Index.html is the html code that saves our own writing.
// Introduce the jQuery core library, which is used here.