Skip to content Skip to sidebar Skip to footer
Showing posts with the label Progress Bar

Setting Up Ajax Progress Bar

Ok im new to AJAX. Kind of know about the lifecycle of a request, IE uses ActiveXObject stuff like … Read more Setting Up Ajax Progress Bar

Progressbar's Progress Not Updating When Inside A Loop

for (var i = 0; i Solution 1: You can use this, just a bit optimized from your code: prog_bar … Read more Progressbar's Progress Not Updating When Inside A Loop

Progress Bar While Waiting For Server

Some operations are time costly and it takes long time while waiting them to finish. Sometimes time… Read more Progress Bar While Waiting For Server