optimize jquery progress bar

  Рет қаралды 31,217

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 7
@braScene
@braScene 8 жыл бұрын
Hi, here's my three-line optimization with only one replacement in original code: --- new part--- var currentValue = $("#innerDiv").text(); var position = (currentValue == "") ? 1 : parseInt(currentValue.substr(0, currentValue.indexOf("%"))); percentageCompleted = (position > percentageCompleted) ? --percentageCompleted : percentageCompleted; --- new part--- After this, just change the "count" part of code, replace number "1" with "position" variable: - old: $({ count: 1}).animate....(rest of code) - new: $({ count: position }).animate.....(rest of code) Thank you mr Venkat for giving us the opportunity to learn all these topic in your tutorials, and helping us to improve ourselves!
@artemboss1999
@artemboss1999 9 жыл бұрын
percentages may be rounded as follows: $('#innerDiv').text(Math.round(this.count) + ' %'); and then you do not need to subtract one value
@GXEngineChannel
@GXEngineChannel 8 жыл бұрын
индусский код, ничего тут не поделать))
@conaxliu9677
@conaxliu9677 9 жыл бұрын
If there are multiple properties being animated (eg. width and height), it seems like 'now' only works with the last property in the JSON object. Is there anyway to get 'now' for all the properties?
@betaakurnia3998
@betaakurnia3998 5 жыл бұрын
who is optim a
@adnanjlassi5332
@adnanjlassi5332 8 жыл бұрын
Thank you for your tutorial, it helped me a lot :)
@boi-huela4877
@boi-huela4877 9 жыл бұрын
Thank you Sir.
jquery show hide password
11:00
kudvenkat
Рет қаралды 38 М.
Optimise jQuery image gallery
13:45
kudvenkat
Рет қаралды 37 М.
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
【AI公开课】2 GPT系列发展路径 卢菁 #人工智能
9:10
Dr.LuAIclass 卢菁 北大博士后 AI 专家
Рет қаралды 7
jquery animation queue
17:15
kudvenkat
Рет қаралды 35 М.
How to create a Download Progress Bar with JavaScript
31:48
Code With Bubb
Рет қаралды 4,4 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
jquery image slideshow with thumbnails
15:25
kudvenkat
Рет қаралды 44 М.
⚡️NEWS | UNITED RUSSIA OFFICE AND ATMS BURNED DOWN | COMPLAINING TO PUTIN ABOUT GREF
9:14
asp net multiple file upload with progress bar
18:36
kudvenkat
Рет қаралды 78 М.
jQuery mouse events
12:21
kudvenkat
Рет қаралды 63 М.
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН