Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant "Attributes" page #642

Open
devs4v opened this issue Mar 17, 2015 · 1 comment
Open

Redundant "Attributes" page #642

devs4v opened this issue Mar 17, 2015 · 1 comment
Assignees

Comments

@devs4v
Copy link

devs4v commented Mar 17, 2015

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.

@arthurvr
Copy link
Member

arthurvr commented Apr 5, 2015

Yeah, these pages are in some ways redundant, I agree. Will work on it once I get a little of time. Thanks for letting us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants