Easyui-easyui Framework Primer Learning

Source: Internet
Author: User

Objective

The development front-end technology for the new project is intended to use the Easyui framework (based on the Easyui richer UI component library), and the project leader assigns the task to me the front-end easyui this piece. Before the development, I need this rookie of the Easyui framework to do some basic introductory learning. After that, you will record your problems and useful things in the course of your study.

About Easyui

The Easyui framework is based on jquery and uses it to help us build Web pages quickly. The Easyui framework is a simple, easy-to-use, powerful, lightweight web front-end JavaScript framework. At this stage, when developing a Web project, we prefer to use jquery instead of native JavaScript, presumably because of the following:

      • jquery is a JavaScript-based extension that separates pages from scripts.

      • The purpose of jquery: Use the least amount of code.

      • In JavaScript extensions (frameworks), jquery's understanding of performance is quite in place.

      • jquery-based plug-ins more and more, but also more and more humane, for the development of the project has a certain reference.

      • Simple, easy to learn, quick to get started makes it more attractive.

Advantages of Easyui

Easyui is a jquery-based framework that has the following advantages over other frameworks:

      1. Easyui can easily help create Web pages.

      2. Easyui is a collection of plugins based on the user interface.

      3. Easyui provides a more modern, interactive JS program application.

      4. By Easyui we write some HTML tags to define the user interface.

      5. Greatly improve the time of project development.

Use of Easyui

The most basic use is the introduction of the Easyui.min.js file, and its corresponding jquery.min.js file. Note that Jquery-easyui is based on jquery, so jquery.min.js files are best introduced first before easyui.min.js.

<script type= "Text/javascript" src= "jquery-easyui-1.3.6/jquery.min.js" ></script><script type= "text /javascript "src=" Jquery-easyui-1.3.6/jquery.easyui.min.js "></script>

The front also said, Easyui is a plug-in collection, need to use when the self-introduction can be.

Download and learn from Easyui

Easyui Download recommended Easyui official website: Http://www.jeasyui.com/EasyUI Learning, the official online has provided a very rich learning examples, and the demo is very rich.

Easyui-easyui Framework Primer Learning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.