biz-ui v1.6.4
BizUI - A jQuery plugin for business UI components
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!
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago