I am trying to run .progressbar() on every button click but it does not work after one click. I mean .progressbar() grabs and stores the first values only and does not update the values on subsequent clicks.
How can I run it with new values every time the button is clicked?
I am trying to run
.progressbar()
on every button click but it does not work after one click. I mean .progressbar() grabs and stores the first values only and does not update the values on subsequent clicks.How can I run it with new values every time the button is clicked?
I am using the below jQuery -