VincentLoy/simplyCountdown.js

Remove ID Only compat

Closed this issue · 0 comments

actually, to call simplyCountdown. You must call it using HTML ID's like so :

simplyCountdown('eltID'; options);

It would be great to add ability to use both ID's or Classes.
Not simply using a javascript querySelector that will match only the first item.