Skip to content

Commit

Permalink
readme for ajax loading and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyettinger committed Feb 17, 2012
1 parent afbbb05 commit 8d3c731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Usage
<div class="tabbed">
<ul class="tabs">
<li><a href="#foo">Foo</a></li>
<li><a href="#bar">Bar</a></li>
<li><a href="ajax/content.php?tab=bar">Bar</a></li>
<li><a href="#baz">Baz</a></li>
</ul>
<div class="contents">
<div class="content" id="foo">Foo content</div>
<div class="content" id="bar">Bar content</div>
<div class="content" id="bar"></div>
<div class="content" id="baz">Baz content</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ <h2>Requirements</h2>

<h2>Todo list</h2>
<ol id="todo">
<li>Show spinner when loading via ajax</li>
<li>Link to open tab via hash #foo</li>
<li>Load tab contents via ajax</li>
<li>Tab themes</li>
<li><strike>Load tab contents via ajax</strike></li>
</ol>

<footer>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabbed-navigation",
"version": "1.0.1",
"version": "1.0.2",
"title": "jQuery.tabbed()",
"author": {
"name": "Anthony Ettinger",
Expand Down

0 comments on commit 8d3c731

Please sign in to comment.