Skip to content

Commit

Permalink
if this doesn't work, I give up
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Aug 1, 2008
1 parent 3425786 commit 9d26537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -23,7 +23,7 @@ the attribute to be edited. You can also add the record's id as well, so
as not to have multiple elements with the same id in the same page. All in,
it should look something like this:

<code><div class="editable" id="list_1_name" rel="/lists/1">This is a list name</div></code>
<pre><div class="editable" id="list_1_name" rel="/lists/1">This is a list name</div></pre>

When the element is clicked, it will be hidden, and an input will appear
that will allow the user to change the field. You must have an appropriate
Expand Down

0 comments on commit 9d26537

Please sign in to comment.