一套简单实用且精美的基于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:

 

<linkrel="stylesheet"type="text/css"href="../themes/default/easyui.css">
<scripttype="text/javascript"src="../jquery-1.4.2.min.js"></script>
<scripttype="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 @ 2012-09-14 11:05  vidudu  阅读(375)  评论(0编辑  收藏  举报