zdrd

Results 2 comments of zdrd

So here's a more practical base approach using the above idea... This will animate it to the `endValue` ``` var endValue = 50; $('.dial').animate({ value: endValue }, { duration: 1000,...

I got this error, finally figured out 'html' was an object. Ensure html is a string before passing it in.