Plugin details

jq4r is a Rails plugin, which installs the jQuery JavaScript framework and provides useful helper methods, too. I wish this plugin also eases the design of the javascripts and make your RHTML clean.

Websitehttp://code.google.com/p/jq4r/ Repositoryhttp://jq4r.googlecode.com/svn/trunk Author Lin-Chieh Shangkuan Tags jQuery, Javascript LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install http://jq4r.googlecode.com/svn/trunk

It will install jq4r in your /vendor/plugins directory. Then, you need run a installation script in directory:

rake jq4r:install



This script will copy the necessary javascript files into the /public/javascripts directory.

You should add

<%= include_jq4r %>



in your pages for using the jq4r's helpers. This code includes the necessary javascript files in order to help your browser know the jQuery codes.

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: scott, 7 months ago