hyphenator

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

Javascript that implements client-side hyphenation of HTML-Documents.

Using Firebug Lite to inspect HTML in Internet Explorer and other browsers

Posted About 13 years ago by Arne Hartherz.
getfirebug.com

You know Firebug as a Firefox extension but there is also a "Lite" version which runs purely off JavaScript.

OscarGodson/jKey - GitHub

Posted About 13 years ago by Lexy.
github.com

jQuery plugin to register callback functions to keyboard shortkuts. Keyboard events in vanilla Javascripts are super-painful to work with...

The Difference Between jQuery’s .bind(), .live(), and .delegate()

Posted Over 13 years ago by Lexy.
alfajango.com

The difference between .bind(), .live(), and .delegate() is not always apparent. Having a clear understanding of all the differences, though...

Test that an exception or error page is raised in Capybara

Posted Over 13 years ago by Henning Koch.

You can use these step definitions: Then /^I should not see an error$/ do (200 .. 399).should include(page.status_code...

Prototype 1.7 is out

Posted Over 13 years ago by Lexy.
prototypejs.org

jQuery's selector engine, live()-like event handlers, pixel-perfect layout measuring.

Thoughtbot's experiences with headless Javascript testing

Posted Over 13 years ago by Lexy.
robots.thoughtbot.com

Selenium has been the siren song that continually calls out to us. Unfortunately, in practice we’ve been unable to...

kangax's protolicious - GitHub

Posted Over 13 years ago by Lexy.
github.com

Added utility methods for the Prototype Javascript framework.

Trigger an event with Javascript

Posted Over 13 years ago by Henning Koch.

This is non-trivial because you need to fake event objects and require different code for different browsers. Luckily, there...

Problems with Rails 3 Remote Links and Forms Using jQuery .live() in IE

Posted Over 13 years ago by Lexy.
alfajango.com

There is a problem with AJAX response handling for Rails 3 remote links and forms in Internet Explorer. This problem...

Bookmarklet to generate a commit message with Pivotal Tracker story ID and title

Posted Over 13 years ago by Henning Koch.

For clarity and traceability, your commit messages should include the ID and title of the Pivotal Tracker story you're...

JavaScript compressor

Posted Over 13 years ago by Tobias Kraze.
javascriptcompressor.com

Compresses JavaScript.

Rails 3 Remote Links and Forms: A Definitive Guide

Posted Over 13 years ago by Lexy.
alfajango.com

Thanks to habits engrained by Rails 2’s link_to_remote and remote_form_for, we expect that Rails 3...

Terminus: a client-side Capybara driver

Posted Over 13 years ago by Lexy.
blog.jcoglan.com

Terminus is a Capybara driver where most of the driver functions are implemented in client-side JavaScript. It lets you...

Adding a Timepicker to jQuery UI Datepicker

Posted Over 13 years ago by Lexy.
trentrichardson.com

The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker (jQueryUI) is required for using any of...

Pay attention to the order of your submit buttons

Posted Over 13 years ago by Arne Hartherz.

If you have several submit elements (inputs or buttons with type="submit") that each cause different things to happen (e.g...

JQuery CSS Emoticons Plugin

Posted Over 13 years ago by Lexy.
alfajango.com

The CSS Emoticons plugin is a simple jQuery plugin (and stylesheet) that allows you to turn any text emoticons on...

jQuery Captify (v1.1.3) / Simple Animated Image Captions

Posted Over 13 years ago by Lexy.
thirdroute.com

Captify is a plugin for jQuery written by Brian Reavis (@brianreavis) to display simple, pretty image captions that appear on...

jQuery Countdown

Posted Over 13 years ago by Lexy.
keith-wood.name

A jQuery plugin that sets a div or span to show a countdown to a given time

wmd - The Wysiwym Markdown Editor

Posted Over 13 years ago by Lexy.
wmd-editor.com

WMD is a simple, lightweight HTML editor for blog comments, forum posts, and basic content management. You can add WMD...

Efficiently add an event listener to many elements

Posted Over 13 years ago by Henning Koch.

When you need to add a event listener to hundreds of elements, this might slow down the browser. An alternative...

Setting expiry dates for images, JavaScript and CSS

Posted Over 13 years ago by Thomas Eisenbarth.

When deploying Rails applications you might have noticed that JS and CSS are not cached by all browsers.

Vadikom » Poshy Tip - jQuery Plugin for Stylish Tooltips

Posted Over 13 years ago by Lexy.
vadikom.com

With this plugin, you can create a scalable tooltip by just using a single background image for the tooltip body...

Prototip 2 - Create beautiful tooltips with ease

Posted Over 13 years ago by Lexy.
nickstakenburg.com

Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework. Please note: "Permission to...