Http://www.cnblogs.com/zhhh/p/4537495.html
JQuery Easyui official website http://www.jeasyui.com/. Last year, a new Chinese network http://www.jeasyui.net/, do not know whether it is official, but look pretty decent. However, there are a lot of ads, make it possible to use, you can refer to. However, advertising is really a bit of an eyesore indeed.
Now the newest Easyui is version 1.4.2, this series will be based on this version. No can go to easyui official website http://www.jeasyui.com/download, or click the link jquery-easyui-1.4.2 download. But because I just want to use a framework to help you learn Easyui, rather than the "Daquan" style of speaking easyui aspects, so generally do not use a very special thing, so there is no problem with other versions.
JQuery easyui 1.4.2 Download is a compressed package, decompression after the directory structure is like this:
Some folders and files are included, presumably as follows:
Folder:
demo--This directory is a sample example of each plug-in for the Easyui PC version. If you do not want to view the demo on the official website, you can find the corresponding demo example in this directory
demo-mobile--This directory is a sample example of Easyui mobile plug-ins
locale--localization file, which is the language library. It is mainly used for plug-in localization such as the DataGrid such as text display with prompt information. You need to use the language to load the appropriate language library.
Plugins--easyui plug-in library, but generally we only use Easyui's main file jquery.easyui.min.js, the main file already contains all the plug-ins, do not need to load separately
Src--easyui source file, because part of the function Easyui not open source, so this directory is not all the source files
themes--Theme Pack. Contains the theme style and the corresponding resource file (icon, etc.). A total of 5 topics are available under this goal
File:
changelog.txt--Update Log
easyloader.js--loader, can dynamically load the project to use the Easyui plugin
Jquery.easyui.min.js--easyui pc Moderator File
Jquery.easyui.mobile.js--easyui Mobile Moderator File
The JQuery Master file that Jquery.min.js--easyui relies on
licence_gpl.txt--License Agreement
readme.txt--Release Notes File
In general, we only need to load themes/default/easyui.css, Themes/icon.css, Jquery.min.js, Jquery.easyui.min.js and other four files. For example, the following code:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">The following results are displayed after running (under IE11):
Of course, any excellent programer are inseparable from the API, my English is too frustrated, crossing Web document is very laborious, Chinese online advertising too much, and I think no matter how, the Internet documents are not local convenient (fast response), so I refer to the API is the online search for the Chinese CHM version, here to download the reference JQuery Easyui 1.4 api.zip. (Thanks to the author "Wang Jinyang" here)
Sample Source: Http://files.cnblogs.com/files/zhhh/EasyUI-1.zip
Front frame Easyui (1) familiar with Easyui