Sha256: 30df5820a965d3a6d0a5fab017a105f358c7775b8fce7bfa7df8baa4c8e08333

Contents?: true

Size: 514 Bytes

Versions: 1

Compression:

Stored size: 514 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
    <title>Progress Bar</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.min.js"></script>
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/themes/base/jquery-ui.css">
    <script>
	$(function() { $( "#progressbar" ).progressbar({value: 37}); });
	</script>
</head>
<body>
<div id="progressbar"></div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bermuda-0.0.3 features/support/public/progressbar.html