Two new methods on and off are the new way of declaring event handlers. bind, delegate and live area deprecated...
The difference between .bind(), .live(), and .delegate() is not always apparent. Having a clear understanding of all the differences, though...
With this plugin, you can create a scalable tooltip by just using a single background image for the tooltip body...
Use the click method on the DOM element: let link = document.querySelector('a') link.click()
BubbleTree is a library for interactive visualization of hierarchical data. Originally developed mainly for spending data, the library is now...
Setting the colorbox opacity by hash parameter when initializing doesn't work the way like the documentation tells you.
Slides for Henning's talk on Sep 21st 2017. Understanding sync vs. async control flow Talking to synchronous (or "blocking...
The API is a little confusing because animate returns a reference to the element to enable chaining.
jQuery plugin to register callback functions to keyboard shortkuts. Keyboard events in vanilla Javascripts are super-painful to work with...
Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client...
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would...
From Rails 3.0.9, there is a method Hash#to_query that will turn a Hash into a query string:
Added information about what jQuery considers "visible" Added a solution for Prototype Added a patch for Prototype that replaces the...
There is a problem with AJAX response handling for Rails 3 remote links and forms in Internet Explorer. This problem...
The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker (jQueryUI) is required for using any of these. In addition all datepicker options are still available through...
A jQuery plugin that sets a div or span to show a countdown to a given time
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges...
A jQuery audio player plugin that is responsive and touch-friendly. The UI is css-only, no images used.
turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine...
jQuery plugin that makes it easy to dynamically add and remove records when using ActiveRecord's nested attributes.
jQuery plugin to fire events when user's cursor aims at particular dropdown menu items. For making responsive mega dropdowns...
Great look at the tradeoffs between progressive enhancement with jQuery or similiar, vs. client-side views.
jQuery plugin for equalizing the height or width of elements.
This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...