jQuery plugins
Few years ago, for some work-related project, I wrote some jQuery plugins
- multi-list, turns an unordered list into a multiple selectable list (source, npm)
- chartjs-plugin-funnel-labels, plugin for Chart.js to add labels between columns to show the % progress in the same dataset. Version 2.6.0 or above required (source, npm)
- date-ranges-selector, selector for multiple date ranges (source, npm)
(I still work with jQuery from time to time, usually when I need to prototype some basic UI)