jesse
jesse
I don't know if the functionality is built in to jSignature or not, but [this answer](https://stackoverflow.com/a/17386803/10039085) may help you.
I'm not a project contributor, but you can try this: ```html ``` ```js $('.counter').each(function() { $(this).countup({ ...this.dataset }); }); ```
Hey egoist, awesome work on Saber. As Vue 3 closes in, I was just wondering, is there eventually going to be planned support for the new Vue 3 features— namely...
> @barkdoll yes, if that would make things easier. I haven't found a use case for Saber tho @egoist awesome. I was just thinking ahead as far as using it...
I would love to see this merged. I used it to debug and it worked great.
> I would understand resetting page to 1 being a design decision if the user were to change filters. But if no filters are actually in use, and the user...