hello, i will use countup.js with fetch
im using with jQuery
https://preview.keenthemes.com/html/metronic/docs/general/countup
for example,
when first writing in HTML
data-kt-countup-start-val="0"
data-kt-countup-value="0"
and then call XHR
data will be change follow
data-kt-countup-start-val="5000"
data-kt-countup-value="10000"
i expect count from 5000 to 10000 but not working
any example that works as a jquery?
Are you gearing up for the HPE7-A01 exam? You're in the right place! In this comprehensive guide, we will delve into the HPE7-A01 exam, explore verified HPE7-A01 Exam Dumps, and provide you with expert tips to help you ace the exam. https://www.dumpswrap.com/product-detail/hpe7-a01.html
Did you ever figure this out? I need to reinit, update or reset countup after the values have changed progmatically....
countUp.update();
Does not work, as countUp is not a function.
Cheers,
Ajar