jq4r provides a set of helper functions for calling jQuery javascript functions in the Rails framework.
INSTALLATION
In your RAILS_APP directory:
script/plugin install http://jq4r.googlecode.com/svn/trunk/plugins/jq4r
After complete the installation progress, you could use this plug-in as well.
USAGE
To use this plugin, you have to include the necessary javascript files. You many add the following script into the files that use jq4r:
<%= include_jq4r %>
