Skip to content

Commit

Permalink
Updated Element.getSibling() to accept a "match" parameter that allow…
Browse files Browse the repository at this point in the history
…s the user

to select siblings of a matched element type or Selector.
  • Loading branch information
darkwing committed Mar 7, 2009
1 parent c9c1cc9 commit 144df42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Element/Element.md
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ Returns all siblings elements.

### Syntax:

var siblings = myElement.getParent([match]);
var siblings = myElement.getSiblings([match]);

### Arguments:

Expand Down

0 comments on commit 144df42

Please sign in to comment.