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

Add a .childAt(index) method #187

Merged

Commits on Feb 16, 2016

  1. add new feature in children api

    Now you can filter the childrens by a number, which would be equivalent to use the `at()` method.
    
    `.children(0)` === `children().at(0)`;
    
    update the children docs
    
    remove comment
    
    update the api
    
    This commit undo the changes I've done to the `children` method, and created a new method named `childAt`.
    
    update the docs
    
    update docs and test description
    
    update api and tests
    
    update docs
    mauriciosoares committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    da803c4 View commit details
    Browse the repository at this point in the history