Entries tagged: javascript
dotjs: My first Firefox Add-on
dotjs is a Firefox Add-on that executes JavaScript files in `~/.js` based on their filename and the domain of the site you are visiting.
Converting a URL into a Link in JavaScript - Linkify Function
A useful function to process text converting all URLs into links
JavaScript startsWith and endsWith Implementation for Strings
An implementation of endsWith and startsWith functions for strings in JavaScript
The Opposite of the NOSCRIPT Element (YesScript? / ScriptOnly?)
In search of the opposite of NOSCRIPT...
Sorting (dropdown) Select Options Using jQuery
A snippet of JavaScript to sort a select dropdown using jQuery