Tag
#javascript
4 posts tagged javascript.
builds ·
Introducing Bookmarks Bar: Your Privacy-First Bookmark Manager
A minimal, privacy-focused bookmark manager that lives in your browser. Open source, stores data in your GitHub Gist, and works on any webpage you visit. No extensions, no signup, no tracking.
- #javascript
- #privacy
- #product
archive ·
JQuery UI autocomplete as a kind of intellisense
I recently had to develop an email template system, where the user could create a new email template with a couple of placeholders to be replaced when the email is compiled and sent.
- #jquery
- #javascript
archive ·
Simple javascript format currency function
A handy little format currency function
- #javascript
archive ·
Calculating the upper value for a chart axis
Peek inside for a generic method to calculate the upper boundary of a graph's axis.
- #javascript
- #math