0
votes
2answers
73 views

Results of jQuery $(“#id”).html() not Visible During Document Ready Function?

I'm making a quick javascript progress function named showLoadProgress(). It is called repeatedly from within the buildMyPage() function seen in the sample code, until the function is complete. If ...
0
votes
0answers
109 views

jQuery without ajax Progress bar file uploader

I am writing a file upload web app. It is currently a 3 step form with php conditional's. I have the uploader working. But I am wondering if there is a way to create a progress bar WITHOUT the user ...
2
votes
2answers
211 views

jQuery equivalent for css selector progress::-webkit-progress-value

I need to adjust the transition time for a HTML5 <progress>-Bar with JS (jQuery) but I cannot find the right selector in jQuery doing this. My current tries: CSS: ...
0
votes
0answers
191 views

Jquery, ajax beforeSend not working

These are the photo uploading code: $.ajax({ url: "php/uploadPhoto.php", type: "POST", data: formdata, processData: false, contentType: false, beforeSend: ...
0
votes
1answer
167 views

jQuery AJAX upload progress for large text fields

Is it possible to get the upload-progress for a form with very large textfields using jQuery ajax? I think the client knows how much bytes have been sent, but when I Google I only find solutions for ...
0
votes
1answer
53 views

Printing Progress Bar's percentage when animated

I am developing a progress bar which html looks like so <div class="progressbar"><div class="text">%0 Completed</div> <div class="progressbar_inner"></div> ...
2
votes
0answers
100 views

Can onprogress functionality be added to jQuery.ajax() by using xhrFields?

As suggested here: https://gist.github.com/HenrikJoreteg/2502497, I'm trying to add onprogress functionality to my jQuery.ajax() file upload. The upload works fine, and the onprogress event is ...
-1
votes
4answers
327 views

Glass of water to show progress CSS JQuery [closed]

I have been working on an app and recently started making some pretty large changes to it. Basically, the app enables the user to keep track of the water they drink and apply that to the goal they set ...
2
votes
1answer
70 views

JS ProgressEvent is only fired when finished

I am having some problems getting my upload progress bar to work properly. According to the XMLHttpRequest Level 2 specs, I attached event listeners for loadstart and progress like this: var xhr = ...
0
votes
1answer
313 views

MVC3 Async jQuery progress bar on a insert query

So I am trying to add an async progress bar on a really slow and long query that inserts a bunch of rows to a database. My implementation is based off this example: ...
0
votes
1answer
598 views

jQuery Slider - Progress Bar

Similar to: Jquery slider with progress bar I have this slider and progress bar, but I want the progress bar synced with with the "previous" and "next" buttons as well. So when you click "next" the ...
0
votes
1answer
178 views

jquery: .gif animation is not working

In my project I want to display .gif animation (need to display the rotating wheel, to indicate the data is getting downloaded) till the data gets from Server, after clicking the “Display Product ...
3
votes
2answers
167 views

How to run 2 PHP script simultaniously (non-blocking) for monitoring a popen command?

How to run 2 PHP script simultaniously (synchronous) for monitoring a popen command? I have a script launching a command like this: 7za a -t7z -mx9 backup.7z "H:\Informatique\*" And I would like ...
0
votes
3answers
73 views

Js Temporary Stop Progress of click()

I am looking the way to stop the progress of button click until confirmation had made. Please advice a way to stop the progress temporary until 'Show Confirm Box' return true. Now my function will ...
0
votes
0answers
155 views

How to animate round stat bar with jQuery?

I'm trying to find a way to fill in a circular red statistic bar with jQuery when the page loads. It would start black and fill in red in a circular motion. It doesn't have to have anything to do with ...
2
votes
1answer
426 views

Segmented progressbar (jQuery UI)

I'm trying to divide the jQuery UI progressbar into segments. Does anybody know how I would do this? Example: (2 - Visual Design: 03 http://wiki.jqueryui.com/w/page/12138028/Progressbar) (I'm ...
0
votes
1answer
90 views

Concurrency issue when updating Wordpress metadata via ajax

Here's the scenario: I'm building a Wordpress plugin to manage some survey research that I'm involved in. The project admin is able to upload a csv file from the WP admin interface. On the client ...
0
votes
2answers
803 views

how to create a progress bar using php output buffering and jquery?

how to create a progress bar using php output buffering and jquery? i been searching this for weeks, i am desperate to learn this, this is a very big help for me, is someone the here share some ...
8
votes
1answer
1k views

JQuery Deferred. Using $.when and .progress()

I am writing a parser littered with Async Tasks. I use JQuery promises to control and order the async tasks. This is a psuedo code version of the constructor function: /** * @constructor ...
0
votes
1answer
99 views

How to Achieve Horizontal Page Height Progress?

I was recently asked how to create a horizontal page height progress bar with jQuery, similar to the one here: http://www.piccsy.com/investors/ . I've looked around and have been unable to find ...
-2
votes
1answer
629 views

How can I make a jquery/css progression bar that reflects step by step form progression?

I see a lot of example progress bars that show the progression bar being filled up. However, I would just like to know how I could make a progress reflect step by step form progress. A good example of ...
0
votes
1answer
368 views

PECL Uploadprogress Will Not Give Me Upload Progress

I am trying to implement a very basic AJAX upload progress bar using the PECL uploadprogress extension. I have found this sample code which works across all browsers: ...
1
vote
1answer
209 views

Animate JQueryUI ProgressBar Value Change

I have a jqueryui progress bar and I am updating it's value using some ajax. But, its a little jerky due to the differences in the value changes. Is there a way to animate the change so it slides from ...
0
votes
1answer
42 views

make div appear instead of sliding to location

I have a progress bar that is supposed to go to one of six thumbnails,depending on which one you click on. It works fine in the sense that it goes to the right thumb, and does it's job. The thing is, ...
1
vote
2answers
603 views

JQuery Ajax to PHP update div during query

I'm importing 4000 rows from a CSV file. Page 1 shows CSV file on server with PROCESS button. Onclick button, I use JQuery Ajax to call the necessary PHP code that does the import. After doing the ...
2
votes
1answer
1k views

jQuery form plugin: uploadProgress not called in IE8/IE9

I use jQuery form plugin(jquery.form.js) in my project. It works fine in Chrome/FF, but in IE8/9, the uploadProgress callback not called. Even the demo in the official web site ...
0
votes
4answers
683 views

Show “In Progress” during http request (long running) execution in javascript/jquery/php

I would like to have "Loading.." / "In Progress.." message during regular http request. This should be shown only during the http request cycle, and once you get the request is completed and you get ...
0
votes
1answer
252 views

raphael js chaning path based on form input

I am using Jquery .keyup and .val to grab what I type into a form input. Then I place the value in a variable. After I draw a circle to some paper I created with raphael. I am wanting to modify a path ...
2
votes
2answers
3k views

Progress bar with PHP & Ajax

I am working on progress bar which updates progress using ajax requests and session variables. When my program performs time consuming operation such as sending many emails etc. it just set proper ...
2
votes
2answers
1k views

How to display current progress of upload (jquery + post + php)?

I have a problem. I'm trying to upload a image via jquery & post method + PHP to my server. Piece of code below: $.post("http://www.xyz.com/upload.php", { image: ImageObject}, function(data) { ...
0
votes
1answer
247 views

Simple load, count and process form

I need some help with a script I am developing. I have some advertisements. When a user clicks on the advertisement, a new page will open up. On that new page, there will be an div for status ...
1
vote
1answer
107 views

jQuery: Stall a forms default action

I'm currently working with progress bars for form uploads using the PHP uploadprogress extension. I have followed a tutorial here and everything works as in the example: ...
1
vote
4answers
441 views

jQuery fade out portion of image according to percentage?

What would the best way to make a "progress bar" with an image instead of a bar be? I would like to have a percentage variable control how much of an image is opaque. In other words, if the % = 33%, ...
1
vote
1answer
556 views

MD5 hash decoding website which displays progress using AJAX

I'm creating a website which tries to decode md5 hashes (up to 5 chars). Users can enter the MD5 hash they wish to decode and the website first checks whether the hash already is in the database. ...
0
votes
1answer
488 views

Multiple file drag and drop progress update

I'm trying to create a multiple file drag and drop upload, I don't want to use any plugins for jQuery or anything of the sort. The DnD and upload is already working, I'm just trying to change a ...
0
votes
2answers
233 views

update browser via asp.net from background processes trace alerts

I have a webservice method which takes an Id and then will kick off a class library to process some infomration about the Id given. The Processor uses the Trace.Write() stuff to report progress ...
0
votes
1answer
363 views

WordPress plugin, track ajax progress

I'm working on a WordPress plugin. At the admin page, I have a ajax call that does a lengthy process behind. The ajax call was done using jQuery. I can't find much option to implement progress ...
7
votes
4answers
14k views

preload with percentage - javascript/jquery

I did a Google search and I cannot find a way to do a loading with percentage. Anyone know how I can find an example of that? I need a preload for a website from 0-100 without bar, before show the ...
0
votes
1answer
1k views

how to show progress immediately using ajax?

I have a demo using jQuery ajax to invoke web service,at the same time,another of a request shows the progress. Why it not show progress immediately, while the last to show all the progress. The code ...
7
votes
5answers
4k views

Are there progress update events in jQuery ajax?

i have long running task that gets called using jquery ajax. i am using the block ui plugin to show "loading". is there anyway i can send progress messages back to the client to show progress and ...
2
votes
2answers
2k views

How to know $(window).load(); status from jquery

I have created a website loading progress bar using Jquery UI Progress bar. This progress bar shows the status of scripts loading. A sample is $.getScript('_int/ajax.js',function() { ...
1
vote
1answer
1k views

Ensure jquery progress dialog is shown for at least some minimum time

I'm using a jquery ui dialog to let the user know that his request is in progress while the client is processing some data. However, as you all know, it takes a hell of a lot longer for ie to process ...
0
votes
1answer
2k views

CakePHP Jquery Ajax Progress Indicator - Update DIV

I have what should be a simple requirement, however, I am keen to get an opinion on the best solution. Firstly, I am using CakePHP and JQuery on a LAMP dev server. The site uses a simple search form ...
0
votes
2answers
2k views

ASP.NET : Show progress information while saving data to DB

I have an ASP.NET 2.0 Web application.I want to show a progress indcator when user saves some data (Ex : Editing profile).I have already used jQuery in my application for some client side effects. How ...