jQuery.countdown icon indicating copy to clipboard operation
jQuery.countdown copied to clipboard

Incompatible with ES6 modules

Open dannydrinkwater opened this issue 6 years ago • 2 comments

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

dannydrinkwater avatar Feb 26 '19 16:02 dannydrinkwater

@dannydrinkwater did you find any solution for this issue ?

ayubUOL avatar Apr 29 '20 12:04 ayubUOL

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

import countdown from 'jquery-countdown';

adhqwiderman avatar Mar 14 '23 20:03 adhqwiderman