You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
imagine that.
we have multiple element with same class, callback execute code on every code completion.
Example
![image](https://user-images.githubusercontent.com/3079458/69912050-976b6f00-1424-11ea-9c4d-1de42fa15ab9.png)
After finished "counterUp", wanna to add a character to the end of string, ex
BUT
![image](https://user-images.githubusercontent.com/3079458/69912069-d1d50c00-1424-11ea-855a-91d975b1619f.png)
have 2 dom element with same classes ".counter", what we gain?
HOTFIX
return this.each(function (objectIndex, objectDom) {}
plugin init
![image](https://user-images.githubusercontent.com/3079458/69912114-32fcdf80-1425-11ea-9755-7b41804f912f.png)
AFTER HOTFIX
![image](https://user-images.githubusercontent.com/3079458/69912133-62135100-1425-11ea-8ce0-649805e4f983.png)
The text was updated successfully, but these errors were encountered: