VincentLoy / simplyCountdown.js

Tiny javascript CountDown library.
http://vincentloy.github.io/simplyCountdown.js
MIT License
132 stars 53 forks source link

Remove ID Only compat #3

Closed VincentLoy closed 9 years ago

VincentLoy commented 9 years ago

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.