Skip to content

Commit

Permalink
Fix README indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Jun 29, 2011
1 parent 779f2ca commit 0ecf968
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Expand Up @@ -6,63 +6,63 @@ A _fun_ jQuery plugin for your (or for your element's) extended relatives.

- **el.grandchildren()**

All of the element's children's children.
All of the element's children's children.

- **el.greatGrandchildren()**

All of the element's grandchildren's children.
All of the element's grandchildren's children.

- **el.grandparent()**

The element's parent's parent.
The element's parent's parent.

- **el.greatGrandparent()**

The element's grandparent's parent.
The element's grandparent's parent.

- **el.aunts(), el.uncles()**

All of the element's parent's siblings.
All of the element's parent's siblings.

- **el.prevAunt(), el.prevUncle()**

The element directly before the element's parent.
The element directly before the element's parent.

- **el.prevAunts(), el.prevUncles()**

All of the element's parent's siblings that come before the element in the document, returned in reverse document order (closest to the original element first).
All of the element's parent's siblings that come before the element in the document, returned in reverse document order (closest to the original element first).

- **el.nextAunt(), el.nextUncle()**

The element directly after the element's parent.
The element directly after the element's parent.

- **el.nextAunts(), el.nextUncles()**

All of the element's parent's siblings that come after the element in the document, returned in document order (closest to the original element first).
All of the element's parent's siblings that come after the element in the document, returned in document order (closest to the original element first).

- **el.cousins()**

All of the element's aunts and uncles's children.
All of the element's aunts and uncles's children.

- **el.prevCousins()**

All of the element's aunts and uncles's children that come before the element in the document, returned in reverse document order (closest to the original element first).
All of the element's aunts and uncles's children that come before the element in the document, returned in reverse document order (closest to the original element first).

- **el.nextCousins()**

All of the element's aunts and uncles's children that come after the element in the document, returned in document order (closest to the original element first).
All of the element's aunts and uncles's children that come after the element in the document, returned in document order (closest to the original element first).

- **el.nieces(), el.nephews()**

All of the element's siblings' children.
All of the element's siblings' children.

- **el.prevNieces(), el.prevNephews()**

All of the element's siblings' children that come before the element in the document, returned in reverse document order (closest to the original element first).
All of the element's siblings' children that come before the element in the document, returned in reverse document order (closest to the original element first).

- **el.nextNieces(), el.nextNephews()**

All of the element's siblings' children that come after the element in the document, returned in document order (closest to the original element first).
All of the element's siblings' children that come after the element in the document, returned in document order (closest to the original element first).

## About

Expand Down

0 comments on commit 0ecf968

Please sign in to comment.