Progressbar - Display status of a determinate or indeterminate process.


SUBMITTED BY: jlolk3r

DATE: Jan. 15, 2016, 3:12 a.m.

FORMAT: HTML

SIZE: 625 Bytes

HITS: 2135

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>jQuery UI Progressbar - Default functionality</title>
  7. <link rel="stylesheet" href="//code.jquery.com/ui/1.12.0-beta.1/themes/smoothness/jquery-ui.css">
  8. <link rel="stylesheet" href="/resources/demos/style.css">
  9. <script src="/resources/demos/external/requirejs/require.js"></script>
  10. <script src="../bootstrap.js">
  11. $( "#progressbar" ).progressbar({
  12. value: 37
  13. });
  14. </script>
  15. </head>
  16. <body>
  17. <div id="progressbar"></div>
  18. </body>
  19. </html>

comments powered by Disqus