`
berrywu
  • 浏览: 125257 次
  • 性别: Icon_minigender_1
  • 来自: 福建
社区版块
存档分类
最新评论

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

阅读更多

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

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

完全可以替代ExtJS的Jquery UI库

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:

<link rel="stylesheet" type="text/css" href="../themes/icon.css">

 应用实例URL:

  1. Menu and Button
  2. Layout
  3. DataGrid
  4. Window
  5. Tree
  6. Form

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics