jQuery autocomplete with multiple values

Posted Over 13 years ago by Henning Koch.
jqueryui.com

This will eventually be integrated into jQuery UI with the multiple: true option, but right now this is the way...

Unobtrusive jQuery to toggle visibility with selects and checkboxes

Posted Over 13 years ago by Tobias Kraze.

Use this if you want to show or hide part of a form if certain options are selected or boxes...

Regular Expressions - Cheat Sheet

Posted Over 13 years ago.
regular-expressions.info

You can write regular expressions some different ways, e.g. /regex/ and %r{regex}. For examples, look here. Remember that it...

traits.js - Traits for Javascript

Posted Over 13 years ago by Lexy.
traitsjs.org

traits.js is a minimal, standards-compliant trait composition library for Javascript.

mezzoblue's PaintbrushJS at master - GitHub

Posted Over 13 years ago by Lexy.
github.com

PaintbrushJS is a lightweight, browser-based image processing library that can apply various visual filters to images within a web...

epeli / Underscore.strings / source — bitbucket.org

Posted Over 13 years ago by Lexy.
bitbucket.org

String manipulation extensions for the Underscore.js javascript library.

Using CSS3PIE cross-domain

Posted Over 13 years ago by Arne Hartherz.
github.com

Currently not possible as the linked .htc file contains JavaScript which is not explicitly called. The developers are working on...

Javascript Compressor - compress code online for free

Posted Over 13 years ago by Lexy.
javascriptcompressor.com

Compress and obfuscate Javascript code online completely free using this compressor.

Autofocus a form field with HTML5 or jQuery

Posted Over 13 years ago.

In Webkit you can use the HTML5-attribute autofocus: = form.text_field :title, :autofocus => 'autofocus' Here is a jQuery fallback for...

Test if a checkbox is checked in jQuery

Posted Over 13 years ago by Henning Koch.

jqueryElement.is(':checked')

Why your all.js is empty on staging or production

Posted Over 13 years ago by Henning Koch.

When you include a non-existing Javascript file, you probably won't notice it during development. But with caching active...

jsviz - Google Code

Posted Over 15 years ago by Lexy.
code.google.com

JSViz makes it easy to create dynamic 2D views of information. Practical applications include network graphs, navigation, and other dynamic...

The Sexy Curls jQuery Plugin by Elliott Kember

Posted Over 15 years ago by Lexy.
elliottkember.com

The Sexy Curls jQuery Plugin is an open-source jQuery plugin by Elliott Kember which lets you share in the...

JSMIN, The JavaScript Minifier

Posted About 15 years ago by Lexy.
javascript.crockford.com

JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting...

leethal's live-validations at master - GitHub

Posted About 15 years ago by Lexy.
github.com

Reads Active Record's validations and makes them available to live client side javascript

flot - Google Code

Posted About 15 years ago by Lexy.
code.google.com

Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client...

Solutoire.com › Flotr Javascript Plotting Library

Posted About 15 years ago by Lexy.
solutoire.com

Flotr is a javascript plotting library based on the Prototype Javascript Framework (version 1.6.0.2 at the moment) and inspired by...

JavaScript dependency management and concatenation: Sprockets

Posted About 15 years ago by Lexy.
getsprockets.org

Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and...

MooEditable

Posted About 15 years ago by Lexy.
cheeaun.github.com

A simple web-based WYSIWYG editor, written in MooTools.

sandofsky's acts_against_douchebar at master - GitHub

Posted About 15 years ago by Lexy.
github.com

A Rails plugin that delivers a special message to DiggBar users, or runs frame-killer javascript.

Introducing Typekit « The Typekit Blog

Posted Almost 15 years ago by Lexy.
blog.typekit.com

As a Typekit user, you’ll have access to our library of high-quality fonts. Just add a line of...

Cross-Domain Data with Rack and Rails | Union Station

Posted Almost 15 years ago by Lexy.
engineyard.com

Asynchronous JavaScript and CSS, also known as CSSHttpRequest, is a method of URI-encoding data in 2KB chunks split over...