首页  ·  知识 ·  前端
一套简单实用且精美的基于jQuery的UI库
网友   http://www.cnblogs.com/taomaintao/archive/2008/01/03/1023969.html  综合  编辑:德仔   图片来源:网络
h2 id=toc0 font-size: 10pt原文网址: http://jquery-easyui.wikidot.com/

原文网址: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:

本文作者:网友 来源: http://www.cnblogs.com/taomaintao/archive/2008/01/03/1023969.html
CIO之家 www.ciozj.com 微信公众号:imciow
    >>频道首页  >>网站首页   纠错  >>投诉
版权声明:CIO之家尊重行业规范,每篇文章都注明有明确的作者和来源;CIO之家的原创文章,请转载时务必注明文章作者和来源;
延伸阅读