1.6.4 • Published 7 years ago

biz-ui v1.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

BizUI - A jQuery plugin for business UI components

Build Status NPM Version

NPM Stat

Features

  • Include 14 types of UI components: Button, Input, Textarea, Radio, Checkbox, Select, Dialog, Panel, Tooltip, Tab, Page, Tree, Calendar, Table.
  • IE9+, Firefox, Chrome, Safari and Opera supported.
  • Import other awesome components with the constant API using Adapter Pattern.

Usage

Download the latest version or:

npm install biz-ui
bower install biz-ui

Include the css file and the js file together width jquery(1.9.0 or later) in your page:

<link rel="stylesheet" type="text/css" href="jquery.bizui.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.bizui.js"></script>

or require biz-ui in an AMD environment:

var bizui = require('biz-ui');

To initialize:

// recommended
$('button').bizButton();

// OOP way
var button = new bizui.Button($('button'));

See Demos and API documentations.

Build

$ cd tool
$ build.sh

License

Licensed under the MIT license.

Feedback

For issues or suggestions please see biz-ui on Github. Thanks for your support!

1.2.12

7 years ago

1.2.11

7 years ago

1.2.10

7 years ago

1.6.4

8 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.6

8 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.9

9 years ago

1.2.8

9 years ago

1.2.7

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago