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

jQuery allow chaining by returning the set of elements #7

Open
JPustkuchen opened this issue Feb 21, 2018 · 1 comment
Open

jQuery allow chaining by returning the set of elements #7

JPustkuchen opened this issue Feb 21, 2018 · 1 comment

Comments

@JPustkuchen
Copy link

.dragCheck() doesn't return self (the jQuery object) so it's not possible to chain calls:

$(':checkboxes').dragCheck().css(...); is not possible, but should be

$(':checkboxes').css().css(...); allows chaining (good example)

@JPustkuchen
Copy link
Author

Ok as I just saw it returns the DragCheck object... so this should be discussed first... and be solved the jQuery way then...

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