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

Respond to true/false values correctly. #1

Closed
kellysutton opened this issue Jul 22, 2012 · 1 comment
Closed

Respond to true/false values correctly. #1

kellysutton opened this issue Jul 22, 2012 · 1 comment

Comments

@kellysutton
Copy link
Contributor

Given a true value, we should return all elements with that element in existence:

$('.File').dfilter('attribute', true); // Fetches <div class="File" data-attribute>

And likewise it should also filter out elements without that attribute when given false:

$('.File').dfilter('attribute', false); // Fetches <div class="File">
@ghost ghost assigned kellysutton Jul 22, 2012
kellysutton added a commit that referenced this issue Jul 22, 2012
kellysutton added a commit that referenced this issue Jul 22, 2012
issue #1
@kellysutton
Copy link
Contributor Author

Implemented.

@kellysutton kellysutton removed their assignment May 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant