Git Product home page Git Product logo

jquery.easyui-extend's Introduction

jQuery.easyui-extend

一个基于jquery.easyui-1.3.2+的扩展。将一些常用的、需要重复编码的功能,内置到扩展中,并通过扩展属性实现轻松配置,以减少使用者的代码编写量。 目前已实现扩展的部分组件如下:

  • panel
  • tabs
  • menu
  • combo
  • combobox
  • window
  • dialog
  • datagrid
  • tree
  • treegrid
  • toolbar

快速了解各组件扩展信息,请直接访问在线Demo
具体了解每个组件的扩展内容及使用方法,请查看extend下相应文件的开头说明。
要使扩展属性生效,必须执行方法followCustomHandle。

使用

首先,在引入jquery.easyui所需要的资源之后,引入如下文件: ### <script type="text/javascript" src="jquery.easyui.extension.min.js"></script>

然后

$('#cc').combo({
   required: true,
   editable: false,
   customAttr:{
      headervalue: '--请选择--'
   }
});    

如要查看demo演示,请将所有文件放到jQuery.easyui解压后的根目录中。

更新日志

关于每次更新内容,请查看change.log文件。

licenses

GPL licenses

其他

演示地址:http://loafer.sturgeon.mopaas.com/
Blog:http://blog.csdn.net/zjh527

说明

  • jquery.easyui-1.3.3默认使用的是jquery-2.0,这个版本已经不再支持IE6、7、8,如使用这几个IE版本的,请自己将jquery替换到jquery v1的最新版本。演示地址已替换更新为jquery-1.10.1,使用IE 6、7、8的已经能正常访问。
  • 请通过查看 change.log 文件查看每次更新内容。

jquery.easyui-extend's People

Contributors

loafer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.