1.6.4 • Published 6 years ago

biz-ui v1.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.6.4

6 years ago

1.6.3

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.6

7 years ago

1.4.5

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago