Submit buttons in Rails come with a useful option :disable_with which will disable the button when clicked and change...
When you double-tap a string of text on an iPhone or iPad a complicated context menu for copying and...
You can say this in helpers like link_to and content_tag: = link_to 'Label', root_url, :data => { :foo => 'bar...
To delay your entire Jasmine test suite until the DOM is ready, add the following: beforeAll(function(done) { $(done); });
Imagine all the syntactical delights of Ruby and Haml for your JavaScript. You write in a nice language, but get...
Asset pipeline, HTTP streaming, jQuery as default framework, auto-reversable migrations, identity map for ActiveRecord. Ruby 1.8.x support will...
jQuery's selector engine, live()-like event handlers, pixel-perfect layout measuring.
WKRTE is a jQuery rich text editor based on lwrte by plandem.
Touch devices have their own set of events like touchstart or touchmove. Because mobile browsers should also work with with...