Chris Hinkley

Results 2 issues of Chris Hinkley

I’ve added [clipboard.js](https://clipboardjs.com/) support, and added [contenteditable](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable) to certain elements. I used ```npm install clipboard --save``` (per [guidance](https://clipboardjs.com/#install)) to install clipboard.js, but I have a ‘utils.js’ file (linked in document...

TL;DR: [jquery.countdown](https://www.npmjs.com/package/jquery.countdown) and [jquery-countdown](https://www.npmjs.com/package/jquery-countdown) are different repos. Save yourself hours, be sure to install `jquery-countdown` **not** `jquery.countdown`. Simply stated: `.countdown` is not defined in `jquery.countdown`, rather, it is camel case,...