陶宝的博客

Web开发

导航

一套简单实用且精美的基于jQuery的UI库

原文网址:http://jquery-easyui.wikidot.com/tutorial

相关介绍:http://www.cnblogs.com/taven/archive/2010/03/24/1693550.html

完全可以替代ExtJS的Jquery UI库

Intruduction

This tutorial aims to use easyui framework to demonstrate how to create your web page easily.

First of all, you need to include some js and css file:

 

<link rel="stylesheet" type="text/css" href="../themes/default/easyui.css">
<script type="text/javascript" src="../jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="../jquery.easyui.min.js"></script>

easyui predefines some icon CSS class which can show background image(16x16). If you wish to use it you need to include:

posted on 2010-03-24 11:28  陶宝  阅读(6714)  评论(19编辑  收藏  举报