Sha256: 2336a9df31e79cbb27514536921907fb0a10a6698d9174fec7657686002aea0f

Contents?: true

Size: 956 Bytes

Versions: 312

Compression:

Stored size: 956 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Progressbar - Animated</title>
	<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
	<script src="../../jquery-1.5.1.js"></script>
	<script src="../../ui/jquery.ui.core.js"></script>
	<script src="../../ui/jquery.ui.widget.js"></script>
	<script src="../../ui/jquery.ui.progressbar.js"></script>
	<link rel="stylesheet" href="../demos.css">
	<style>
	.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
	</style>
	<script>
	$(function() {
		$( "#progressbar" ).progressbar({
			value: 59
		});
	});
	</script>
</head>
<body>

<div class="demo">

<div id="progressbar"></div>

</div><!-- End demo -->



<div class="demo-description">
<p>
This progressbar has an animated fill by setting the
<code>background-image</code>
on the
<code>.ui-progressbar-value</code>
element, using css.
</p>
</div><!-- End demo-description -->

</body>
</html>

Version data entries

312 entries across 311 versions & 5 rubygems

Version Path
survivalkit-0.3.2 templates/project/sources/jquery-ui/demos/progressbar/animated.html
survivalkit-0.3.1 templates/project/sources/jquery-ui/demos/progressbar/animated.html
survivalkit-0.3 templates/project/sources/jquery-ui/demos/progressbar/animated.html
survivalkit-0.2.1 templates/project/sources/jquery-ui/demos/progressbar/animated.html
rbbt-views-1.0.1 share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html
rbbt-views-1.0.0 share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html
survivalkit-0.1 templates/project/sources/jquery-ui/demos/progressbar/animated.html
rbbt-views-0.1.2 share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html
rbbt-views-0.1.1 share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html
rbbt-views-0.1.0 share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html
old_sql-0.6.0 public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/animated.html
old_sql-0.5.0 public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/animated.html