Skip to content

Commit

Permalink
added attribute example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 18, 2013
1 parent 3277208 commit 044db78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.27 2013-08-19

4.26 2013-08-18
- Fixed support for Netscape cookies in Mojo::Cookie::Response.
- Fixed element method bug in Mojo::Collection.
Expand Down
3 changes: 3 additions & 0 deletions lib/Mojo/DOM.pm
Expand Up @@ -511,6 +511,9 @@ L<Mojo::DOM::CSS> are supported.
Element attributes.
# List id attributes
say $dom->find('*')->attr('id')->compact;
=head2 children
my $collection = $dom->children;
Expand Down

0 comments on commit 044db78

Please sign in to comment.