jquery / jquery/learn.jquery.com
Redundant "Attributes" page
@arthurvr is already working on this.
Since Apr 5, 2015.
- Dominant language
- JavaScript
- Stars
- 915
- Forks
- 471
- PR merge metrics
- No merged PRs in 30d
Description
There's a section on this page: http://learn.jquery.com/using-jquery-core/manipulating-elements/ which has the "manipulating attributes" section.
However, there's a standalone page earlier ( http://learn.jquery.com/using-jquery-core/attributes/ ) with the same content, minus the code where it gives you an example of how one can dynamically generate the values of the attributes.
Is that intentionally done so or just redundant? I guess latter page (attributes standalone page) can be merged into the manipulating elements page.
Moreover, the "Attributes" page does not define what a getter and setter is (though it gives a really good example for it), but the same is defined in a subsequent page ( http://learn.jquery.com/using-jquery-core/working-with-selections/ ) with examples. Hence, IMHO, reordering or merging the Attributes page seems like a good idea.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.