Infinite progress bar based on Windows Phone 7.5 progress bar
- Include jQuery and jQueryUI scripts
- Include "jquery-ui-wpprogress.js"
- Enable the widget with $(selector).wpprogress()
- Start the animation with $(selector).wpprogress("start")
- Stop the animation with $(selector).wpprogress("stop")
See "example.html" for a complete example.
<tr>
<td>bubbleBackgroundColor</td>
<td>String</td>
<td>"#00f"</td>
<td>The background color to use for the bubbles</td>
</tr>
<tr>
<td>enableDebug</td>
<td>Boolean</td>
<td>false</td>
<td>Whether to enable debugging features</td>
</tr>
Option | Type | Default | Description |
---|
- jQuery 1.7.2
- jQueryUI 1.8.20
- Core
- Widget
- Effects Core