dialog content.
2. Write JavaScript code to create components.
$('#cc').combobox({url: ...,required: true,valueField: 'id',textField: 'text'});Jqueryeasyui Intro
# jQuery EasyUI Introduction
jQuery EasyUI is a framework based on jQuery that integrates various user interface plugins.
!(#)
## What is jQuery EasyUI
The jQuery EasyUI framework provides everything needed to create web pages, helping you easily build websites.
* easyui is a framework based on jQuery that integrates various user interface plugins.
* easyui provides the necessary functionality for building modern, interactive JavaScript applications.
* Using easyui, you don't need to write much JavaScript code; generally, you only need to use some HTML markup to define the user interface.
* A complete framework for HTML web pages.
* easyui saves development time and scale.
* easyui is very simple but extremely powerful.
!(#)
## jQuery EasyUI Download
You can download the jQuery EasyUI version you need from [http://www.jeasyui.com/download/index.php](http://www.jeasyui.com/download/index.php).
## Easily Use jQuery and HTML5
jQuery EasyUI provides easy-to-use components, enabling web developers to quickly build application pages on the popular jQuery core and HTML5. These features make your application suitable for today's web. There are two ways to declare UI components:
1. Declare components directly in HTML.
YouTip