This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
merb-more / merb-jquery
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
LICENSE | Fri Aug 01 19:04:53 -0700 2008 | [Michael S. Klishin] |
| |
README | Wed May 21 20:02:39 -0700 2008 | [ivey] |
| |
Rakefile | Sat Sep 06 02:06:31 -0700 2008 | [fabien] |
| |
TODO | Wed May 21 20:02:39 -0700 2008 | [ivey] |
| |
lib/ | Sun Jun 15 10:32:23 -0700 2008 | [jackdempsey] |
README
merb-jquery
===========
Makes it easy to use jQuery in your application.
$ gem install merb-jquery
Add
require 'merb-jquery'
to your init.rb
$ rake merb:jquery:install
Installs the latest jQuery to public/javascripts
In your layout, inside <head>:
<%= jquery %>
In your views:
<% jquery do %>
$('#foo').something();
<% end %>



