Sha256: caf8fabbb5a9a98c5b7f376541b8cef5dcaaa3ae583e11ac07206ebb0b4ecf28
Contents?: true
Size: 514 Bytes
Versions: 2
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.3/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/base/jquery-ui.css"> <script> $(function() { $( "#progressbar" ).progressbar({value: 37}); }); </script> </head> <body> <div id="progressbar"></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bermuda-0.0.2 | features/support/public/progressbar.html |
bermuda-0.0.1 | features/support/public/progressbar.html |