Sha256: 6f26062c6b69ce478c083cea14b751bde13d10c491fcb9648cb76e69545dd524
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Progress Bar</title> <script src="jquery.js"></script> <script src="jquery-ui.js"></script> <link rel="stylesheet" href="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.4 | features/support/public/progressbar.html |