Sha256: bc9ee9a92247b13b22ad71d14cf8f69eae6dbed0058e8bae0dc71723f17c320e

Contents?: true

Size: 577 Bytes

Versions: 6

Compression:

Stored size: 577 Bytes

Contents

<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>jQuery UI Progressbar - Default functionality</title>
  <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" />
  <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
  <script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css" />
  <script>
  $(function() {
    $( "#progressbar" ).progressbar({
      value: 37
    });
  });
  </script>
</head>
<body>
 
<div id="progressbar"></div> 
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jqueryui_widgets-1.0 features/html/progress_bar.html
jqueryui_widgets-0.7.1 features/html/progress_bar.html
jqueryui_widgets-0.6 features/html/progress_bar.html
jqueryui_widgets-0.5 features/html/progress_bar.html
jqueryui_widgets-0.4 features/html/progress_bar.html
jqueryui_widgets-0.3 features/html/progress_bar.html