Tag Archives: jquery

Ruby on Rails, jQuery and YUI API Docs Available as Mac OS X Dictionary Binaries

I came across an awesome tool this morning. Priit Haamer has chunked Ruby on Rails, jQuery, and some of YUI documentation into native Mac OS X dictionary binaries. This lets you search those API docs from Spotlight, TextMate, any application that uses the dictionary app! I have tested the Ruby on Rails API within TextMate. [...]
Posted in Documentation | Also tagged , , , , , | Leave a comment

Using jQuery and Prototype Javascript Together with jQuery.noConflict();

To use the jQuery javascript framework in a Rails application, that also uses the Prototype framework for the same application, you’ll need to reassign the $() function for jQuery to another variable. This is very simple to do. Just make sure to include the jQuery library after you load your prototype defaults. Here is the javascript [...]
Posted in Programming | Also tagged , | Leave a comment