Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
updated docs to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Groß committed Jun 13, 2012
1 parent 744eacc commit 74aaf81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.4.4

* fixed caching bug with data method
* added multitrigger support

### 0.4.3

* switched from jQuery's ` *.attr('data-*')` to `*.data('*')`
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bootstrap-progressbar - 0.4.3
# bootstrap-progressbar - 0.4.4

`bootstrap-progressbar` is a [jQuery](http://jquery.com) plugin which extends the basic [twitter-bootstrap](http://twitter.github.com/bootstrap) progressbar. It provides the ability to animate the progressbar by adding Javascript in combination with the preexisting css transitions. Additionally you can display the current progress information in the bar or get the value via callback.

Expand Down Expand Up @@ -39,6 +39,10 @@
<div class="bar" data-amount-part="1337" data-amount-total="9000"></div>
</div>

## Useage Extended

You can now trigger progressbar as much as you want. Just change your `data` attribute and trigger `.progressbar()` again. Please have a look at the demo page for a working example.

## Customization

1. text and delay
Expand Down

0 comments on commit 74aaf81

Please sign in to comment.