How do I increase widht with%? It put this code I made, it increases, but it's in px, and I wanted it to increase in percentage.
var progressBar = $(".progress-bar");
setInterval(addProgress, 1000);
function addProgress() {
var width = p...
asked by
26.06.2017 / 18:44