Show DevBest UI/API/1.8/Progressbar

Status
Not open for further replies.

Westlife

New Member
Feb 8, 2011
9
0
Code:
<!DOCTYPE html>
<html>
<head>
  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
  
  <script>
  $(document).ready(function() {
    $("#progressbar").progressbar({ value: 37 });
  });
  </script>
</head>
<body style="font-size:62.5%;">
  
<div id="progressbar"></div>

</body>
</html>
 

Westlife

New Member
Feb 8, 2011
9
0
what does it do wel i think it loads? but not fully so wen you open it it loads half and for the rest i dont really know
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
If you don't know what does it do why release.
[mod] Thread closed, when releasing things please explain what it is, etc. You must know what it is and what you could use it for. [/mod]
 
Status
Not open for further replies.

Users who are viewing this thread

Top