jquery-timing is a very useful jquery plugin that helps to remove lots of nested anonymous functions. It's API...
Selenium cannot reliably control a browser when its window is not in focus, or when you accidentally interact with the...
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement...
As the title says: this jQuery plugin creates bar charts from HTML tables. It comes in some different flavors.
Capybara gives you two different methods for executing Javascript: page.evaluate_script("$('input').focus()") page.execute_script("$('input').focus()")
gleeBox is an experimental project that takes a keyboard-centric approach to navigating the web. It provides alternatives to actions...
Generally, Selenium tests use the browser to interact with the page. If it's unavailable, a timeout error is...
Many jQuery plugins suffer from a good plugin architecture. When you write jQuery plugins you should use the plugin pattern...
This plugin makes it easy to add fit-to-fill background video to websites. It can play silent ambient background...
Now works with radio buttons.
A print stylesheet is easy to create. Choose a font suited for paper, hide some elements, done. Unfortunately print stylesheets...
No big features, but many improvements under the hood: Faster selector engine Many bug fixes Note that jQuery 2.0, scheduled...
For my Gem Session project Holly I ran the Ironman of drag'n'drop implementations: Dragging in nested lists
The $.cssHooks object provides a way to define functions for getting and setting particular CSS values. It can also be...
The step we used in the past (Then "foo" should not be visibile) doesn't reliably work in Selenium features...
Added information about what jQuery considers "visible" Added a solution for Prototype Added a patch for Prototype that replaces the...
TagCanvas is a Javascript class which will draw and animate a HTML5 canvas based tag cloud.
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
Though the W3C even gives it as an example, no browser actually supports this CSS: img:before { content: "something"; }
File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built...
You can use this code: function scrollToLine($textarea, lineNumber) { var lineHeight = parseInt($textarea.css('line-height')); $textarea.scrollTop(lineNumber * lineHeight); }
zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library. This plugin uses an...
This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...