Reputation: 11
I'm trying to make a function that shows the width of a class that has the name of progress-bar (in this case below, 70.7125%)
progress-bar
Any ideas?
Upvotes: 0
Views: 55
Reputation: 46
document.querySelector('.progress-bar').style.width
Upvotes: 1