41 questions
0
votes
1
answer
1k
views
Toastr Spinner animation
How to make progress-bar reverse animation left to right?
$(document).ready(function() {
toastr.options = {
'closeButton': true,
'debug': false,
'...
0
votes
0
answers
176
views
JQuery Multistep Progress-Bar: next_fs Problem
we use a multi-step form with a progressbar. For some reason, the progressbar doesn't add the class="active" to the 2nd step after the first button click, but jumps right to step 5.
Can you see my ...
0
votes
1
answer
724
views
Increase size of pie charts (width and height) created by progressbar.js
I am using https://github.com/yxfanxiao/jQuery-plugin-progressbar to draw animated pie charts, using the exact codes below:
JS:
;
(function ($) {
$.fn.loading = function () {
var ...
2
votes
1
answer
100
views
Add limit bar on my progress circle with progressbar.js
I got a circle bar like this example : JsFiddle and I would like to add a limit bar like this : Circle Bar
But I want a limit bar alterable with a value like with : "bar.animate(value);" for the blue ...
1
vote
1
answer
4k
views
how to show a progress bar in the jsp page representing the execution of a java servlet
I came across my posts which answer this question.But i am not able get an idea of how i can implement in my program.My requirement is as follows.
from a jsp page i call a servlet using ajax call:
$(...
0
votes
1
answer
45
views
Jquery UI Progressbar filling reduced progress
$.get('jobs', {
}, function (responseText) {
rt = JSON.parse(responseText);
console.log(rt);
for (i = 0; i < rt.length; i++)
{
$("#jobs").append("<...
0
votes
0
answers
237
views
Progress Bar | jQuery UI - JS UI
Currently:
Click "Start Download" button
"File Download" box displays
Download starts
Progress indicator begins and runs to 100%
Box indicates "Complete"
I have been unsuccessful at modifying the code ...
2
votes
1
answer
2k
views
showing Progress bar on long running for loops in IE
I have a JSON array with around 2000 records and I need to build a table to display the data from these records.As it has large amount of data the processing may cause the browser to freeze.So I was ...
0
votes
1
answer
2k
views
jQuery Progress Bar: animate-reset-animate
I have a progressbar which is being animated in a mouseover event in the following way:
$("#progressbar .ui-progressbar-value").animate({width: 200}, {duration: 3000},'slow')
Then in a mouseout event ...
0
votes
1
answer
631
views
JQueryUI Progress Bar doesn't maintain value after update via form submit
I'm trying to set up a JQuery Progress Bar to update when the user submits a form (the final code will be more complex and dynamic, but I'm just trying to learn how the progress bar works first).
The ...
1
vote
2
answers
2k
views
jquery-ui : detect first time change in input
I was trying to make jquery-ui progress bar which shows progress with filling inputs in form. My code is as following:
html:
<div id="progress" class="progress"></div>
//form and ...
0
votes
1
answer
4k
views
jQuery progressbar with ajax request to json
I need some help with an ajax request and the use of data in a jQuery progressbar.
Here is the index.html
<div id="progressbar"></div>
Here is the test.json
{ "progressbar":12 }
Here is ...
0
votes
1
answer
368
views
Background-clip not working in my code. (Border-Radius/Background bleeding issue)
I'm trying to style the default progressbar skin of jquery-ui. Unfortunately I've discovered an issue that is known as "background bleeding". Apparently the solution for this problem is to use:
-moz-...
1
vote
0
answers
184
views
Jquery Progress Bar: Issue with implementing progress Bar
I'm having a problem with implementing the progress bar using the jquery UI progressbar widget. The actual bar in the widget is not loading in real time. It just jumps to the end bar when the timer is ...
3
votes
0
answers
2k
views
jQuery multi-colored progress bar
This is not so much a question rather than information I wish to share in the hopes that it may help others with jQuery progress bars.
I was recently asked to create a progress bar that would ...
0
votes
1
answer
1k
views
jQuery UI progress bar did not work in Loop in IE 11 and Chrome
I am using jQuery 1.7.2 and jQuery-ui is 1.10.4. My code works perfectly in FireFox. My code for jQuery as below.
$(document).ready(function () {
$("#progressbar").show();
$("#progressbar")....
2
votes
2
answers
607
views
Can't assign actual value to jQuery UI Progress bar
I have an issue with jQuery UI Progress bars. I got multiple progress bars on my page (for stacked progress bars indicating a multi-step progress) and I have the following code to initiate the ...
0
votes
1
answer
954
views
PHP Ajax jQuery UI Progressbar for Long Running MySQL operation
I have a PHP script that takes a long time to execute because every operation has to do SOAP call to another website. I would like to add a progressbar indicator so that I can see the % complete of ...
3
votes
1
answer
4k
views
jquery : progress bar show in html
my progress bar is working perfect when i write value into my html but it it dont work when i pass value from jquery .. e.g $('#progresslevel').html(data);
right now i have this html in which if i ...
1
vote
0
answers
650
views
AngularJS directive, manipulating the template with JavaScript
I'm trying to implement JQueryUI progressbars through an AngularJS directive, but I'm encountering a slight annoyance, and I feel as though I'm probably just failing in my understanding of the ...
0
votes
1
answer
947
views
How to modify jQuery progressbar color in ASP.net gridview?
I have a Gridview with a column that contains progressbar value. I managed to display the progress for each row but I'm looking for a way to alter the color of progress bar based on another column ...
0
votes
1
answer
136
views
Is the number of "records" in a json file known when calling .getJSON()?
I want to use a jQueryUI progress bar when I'm reading a very large json file. Is the number of "records" in the file known when calling getJSON(), so that I can advance the progress bar accordingly?
0
votes
1
answer
681
views
JQuery showing too many decimals
I have this code for a progress bar but the .progress-labelis showing too many decimals, something like (2.020302032400%).
My code looks like this
<script>
$(document).ready(function() {
...
1
vote
3
answers
5k
views
jQuery UI Indeterminate ProgressBar Not Animating under Ruby on Rails
I'm having trouble making a jQuery UI indeterminate progressbar work properly in a Rails application. I'm basing my work off the jQuery-UI API demos at http://jqueryui.com/progressbar/#indeterminate ...
0
votes
4
answers
2k
views
Loop my Progress Bar?
I have a problem.
Can someone help to fix this code so that the progressbar starts over again when it reaches 100.
I want that you can see that the work is under progress. With my code now it ...
0
votes
1
answer
1k
views
JQ Animated Progress Bar
I need to create an animated progress bar on page load, here is an example as to what I require:
http://somnia-themes.com/templates/verendus/shortcodes/progressbar.html
I need the same amount of bars ...
9
votes
1
answer
276
views
Am I monkeypatching jQueryUI ProgressBar correctly in this example?
I've got a full bore copy of jQuery UI in the app, so it doesn't matter if I'm loading from the CDN or locally, all I know is it's loaded. (because if we load from the CDN our only option is to ...
2
votes
2
answers
657
views
Strange thing using jQuery progressbar
I'm trying to use just a single color in jQuery progressbar, but it fill the whole div.
Here's the problem, i just use these functions.
$(document).ready(function(){
$("#progressbar").css({ "...
0
votes
1
answer
631
views
jQuery Function "undefined" according to Visual Studio 2010
This may be a pretty simple question about jQuery UI and Javascript, but I am still feeling my way through these syntax's. I am trying to update a jQuery progress bar whenever my C# (ASP.NET) program ...
4
votes
4
answers
3k
views
jQuery UI Progressbar direction change
The default direction of the jQuery UI Progressbar is from left to right. How do I change it so that it moves from right to left on completion? Below is an example of what I am trying to achieve.
1
vote
0
answers
607
views
jQuery UI Tabs and jQuery UI Progressbar
I want to make a content slider with jQuery UI Tabs (with "rotate" opion enabled and some fx to fade-in / fade-out tab content). Plus, I want to integrate jQuery UI Progressbar into tabs, so that it ...
-1
votes
1
answer
371
views
get function execution complete percentage
I'm trying to use jQuery UI Progress Bar to show the complete status of the execution of a function, but before I could even use the Progress Bar, I need to find out how many percent of my function ...
0
votes
1
answer
873
views
How to set up a jQuery UI progress bar
I'm trying to display a progress bar while the images on my page load (there are 95). I can get the progress bar to display but only in
$(document).ready() { ... }
Is this right?
And what is the ...
2
votes
2
answers
247
views
How to link an undefined number of input type="hidden" to some progress bar of JQuery UI?
I need to link an undefined number of input type="hidden" to some progress bar of JQuery UI (http://jqueryui.com/demos/progressbar/). I never have the same number of hidden and progress bar for each ...
1
vote
1
answer
506
views
How to show progress bar in adobe air app?
I'm trying to show a progress bar in adobe air app, but having problems. I'm using jquery ui progress bar, but the progress bar isn't being shown and I don't know why. I'm trying the simple example ...
6
votes
3
answers
8k
views
Is it possible to change the height on a jquery ui progressbar
I have a progress bar in a html table cell. It seems to expand to the width of the table cell but i want to explicitly specify the height of the progress bar.
Is it possible to specify the height of ...
3
votes
1
answer
2k
views
Automated jQuery Progress Bar
today I was implementing jQuery Progress-bars on a web-page. I needed to implement about 30 progress bars on the same page.
Its code goes like this
$( "#progressbar" ).progressbar({
value: 80
});
...
10
votes
3
answers
7k
views
jquery ui.progressbar label - Change text color on background passing letter
I have added a label to the jquery ui progressbar using this demo.
What I want to do is change the text color depending on if the progress bar is behind the letter.
How can I tell if that has ...
2
votes
1
answer
8k
views
MVC Progress Bar using http Post
I am using Microsoft MVC I have written a view that uploads files to the Amazon S3 API.
I would like a progress bar in my view to show the progress of the processing of that action in my controller ...
0
votes
1
answer
4k
views
Jquery UI progressbar is not getting initialized?
I am trying to use jQuery UI progress bar in my web app.
But that is not getting displayed. I am using a DWR call to get the upload status. Before using Jquery UI progressbar, i just displayed the ...
0
votes
2
answers
2k
views
Memory Leaks in jQuery UI
I have a simple page that consists of a table with three jQuery UI progressbars and an ajax call.
The ajax calls out to an empty php file and on success I destroy and recreate my progressbars.
...