jQuery EasyUI

it2022-05-05  157

前台开发,很多人喜欢用JQuery,但是在做后台管理系统,特别是企业管理系统,例如WEB进销存系统等,很多人都会选择ExtJS,因为ExtJS提供了非常多的UI界面,并且非常友好。 

我要告诉大家,现在JQuery也有一个很好的UI插件了,几乎完全可以替代ExtJS,下面来看看对比:

 

上图是ExtJS和EasyUI的界面对比,是不是很类似呢,很强大呢? 呵呵~~

 

漂亮的消息弹出,支持遮罩效果。

 

这个效果也很酷~ 

更多的酷炫功能请看下方功能列表。。。

 

 Easy UI的使用也非常地简单:

JavaScript代码 <script type="text/javascript" src="../jquery-1.4.2.min.js"></script>   <script type="text/javascript" src="../jquery.easyui.min.js"></script>   

与引用其它JQuery插件类似。具体使用可以参考官方地址:http://jquery-easyui.wikidot.com/tutorial

下面是Easy ui目前提供的所有插件功能:

Menu and ButtonCreate a simple menu Create a Link ButtonCreate a Menu ButtonCreate a Split Button LayoutBuild border layout for Web Pages Complex layout on PanelCreate AccordionCreate TabsCreate XP style left panel DataGridConvert a HTML table to DataGrid Add a pagination to DataGridGet selected row data from DataGridAdd a toolbar to DataGridFrozen columns for DataGridDynamic change DataGrid columnsFormatting DataGrid columnsAdd sorting to DataGridCreate column groups in DataGridCheckBox select on DataGrid WindowMy first window Custom window toolsWindow and LayoutCreate Dialog TreeCreate Tree from markup Create Async TreeAppend nodes to tree FormSubmit a form with Ajax Add ComboTree field to a formForm Validation

用过ExtJS的朋友都知道,他与JQuery来比,ExtJS是比较臃肿的一个JS框架,JQuery它是一个公认的轻量级JS框架,而基于JQuery的Easy UI它能够完全胜任我们的基本开发需求,并且比ExtJS要轻量许多。

 赶快去体验吧,一定会对你的工作有很大帮助的!

转载于:https://www.cnblogs.com/delin/archive/2010/09/01/1815016.html

相关资源:jquery easyui 帮助文档

最新回复(0)