Skip to content

Commit

Permalink
minor markup issue in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Mar 28, 2011
1 parent 4cfa93d commit 666ac1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -41,12 +41,12 @@ It is often desirable to move the nested fields into a partial to keep things or

<%= f.fields_for :tasks %>

In this case it will look for a partial called "task_fields" and pass the form builder as an f variable to it.
In this case it will look for a partial called "task_fields" and pass the form builder as an +f+ variable to it.


== Events

If you are using jQuery, <tt>nested:fieldAdded<tt> and <tt>nested:fieldRemoved</tt> events are triggered on the +form+ element after adding and removing fields.
If you are using jQuery, <tt>nested:fieldAdded</tt> and <tt>nested:fieldRemoved</tt> events are triggered on the +form+ element after adding and removing fields.


== Special Thanks
Expand Down

0 comments on commit 666ac1f

Please sign in to comment.