hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.3k stars 720 forks source link

Incompatible with ES6 modules #316

Open dannydrinkwater opened 5 years ago

dannydrinkwater commented 5 years ago

This plugin cannot be used via import in ES6. It errors with "$(...).countdown is not a function".

ayubUOL commented 4 years ago

@dannydrinkwater did you find any solution for this issue ?

adhqwiderman commented 1 year ago

well in 2023, it can definitely be imported as an ES6 module.

import countdown from 'jquery-countdown';