Jump to content
UBot Underground

Anyone Got Skills with jQuery UI (progress bar) in UBot?


Recommended Posts

Hey Guys..

 

 

I was wondering which one of UBot's masters could shed light on how to make the following script for a "PROGRESS BAR" communicate with a working loop within a given script

 

 

<!doctype html>
 
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>jQuery UI Progressbar - Default functionality</title>
  <script src="http://code.jquery.com/jquery-1.9.1.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>
 
 
 
----->  Not only would this help me...  I feel this would be great bone for the community to implement into their UI's - curious to see what people think and if there is someone that can give the ultimate command flow to make this thing sing?
 
thxx in advance- & best,
 
DD
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...