Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Removed "not recommended" part of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Aug 18, 2012
1 parent b4e86df commit 8cebc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -101,7 +101,7 @@ Will select all forms with "form" as role `<form role="form login_form"></form><
$('@form') $('@form')
``` ```


You can combine role with other selectors, but that is not recommended: You can combine role with other selectors as well:


`<form class="dark" role="login_form" method="post"></form>`: `<form class="dark" role="login_form" method="post"></form>`:


Expand Down

0 comments on commit 8cebc24

Please sign in to comment.