To delay your entire Jasmine test suite until the DOM is ready, add the following: beforeAll(function(done) { $(done); });

jashkenas.github.com

Imagine all the syntactical delights of Ruby and Haml for your JavaScript. You write in a nice language, but get...

weblog.rubyonrails.org

Asset pipeline, HTTP streaming, jQuery as default framework, auto-reversable migrations, identity map for ActiveRecord. Ruby 1.8.x support will...

prototypejs.org

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

code.google.com

WKRTE is a jQuery rich text editor based on lwrte by plandem.

developer.mozilla.org

Touch devices have their own set of events like touchstart or touchmove. Because mobile browsers should also work with with...

Best results in other decks

Just like we use gems on the server, we use third party JavaScript libraries in the browser. These typically provide...

In a web application you often need to move data between the client (HTML, Javascript) and the server (Ruby, Rails...

Search in all decks