Posts by Jorge • 26 points
4 posts
-
-1
votes1
answer234
views -
0
votes1
answer877
viewsA: Food Progress bar with Js
Guys, whoever has the same doubt, in this question I put the code working. add an id with Jquery Personal hug.
-
0
votes2
answers1855
viewsQ: Create an id for an element from a condition with Javascript
Is there any way in Javascript or jQuery to include a Id in a div within a condition? In my code I will exemplify: $('#TxtDesc').on('input', function(){ var value = $(this).val(); var progressValue…
-
1
votes1
answer877
viewsQ: Food Progress bar with Js
I did a job javascript that takes the number of Ids filled and returns a number that turns into the percentage of width that makes the bar move, however, I have a character counter that should send…