-
Notifications
You must be signed in to change notification settings - Fork 480
Content-review: jQuery Basics #40
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
Comments
I've been extending some of the section on selecting form elements in pull request #47. I've been going pretty straight off the jQuery docs, figuring that's the best place to go. I've tried to make it a bit more palatable since this is aimed at newcomers. I will add in more walkthrough-esque stuff <3 |
Regarding |
There isn't a "jQuery Basics" chapter anymore, much of it has moved into "Using jQuery Core". @addyosmani I think we probably need separate issues for these where it's still relevant. |
I think that makes a great deal of sense. Let's roll with it. I can create |
Please do !! I need to sleep 😀 |
SGTM. Get some sleep! |
The section on jQuery Basics http://stage.learn.jquery.com/jquery-basics/ isn't bad at all, but it could probably be expanded. Here are some of the pages under it that could use a little more work:
$(document).ready()
http://stage.learn.jquery.com/jquery-basics/document-ready/
Expand to cover:
Attributes
http://stage.learn.jquery.com/jquery-basics/attributes/
Traversing
http://stage.learn.jquery.com/jquery-basics/traversing/
Perhaps expanding with
Selecting elements
http://stage.learn.jquery.com/jquery-basics/selecting-elements/
Extend the section of selecting form elements
The text was updated successfully, but these errors were encountered: