Skip to content

Commit

Permalink
README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Wedemeyer committed Feb 8, 2010
1 parent e8e4a56 commit 279dd53
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.textile
Expand Up @@ -24,14 +24,12 @@ You will need to add an attribute to each draggable sort item containing the obj

h3. Example HTML

<code>
<ul id='my-sortable'>
<ul id='my-sortable'>

<li data-position='1'>Your first item.&lt;/li&gt;
&lt;li data-position='2'&gt;Your second item.&lt;/li&gt;
&lt;li data-position='3'&gt;And so on...&lt;/li&gt;
</ul>
</code>
<li data-position='1'>Your first item.&lt;/li&gt;
&lt;li data-position='2'&gt;Your second item.&lt;/li&gt;
&lt;li data-position='3'&gt;And so on...&lt;/li&gt;
</ul>

h3. The javascript

Expand Down

0 comments on commit 279dd53

Please sign in to comment.