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

Return element to allow method chaining #75

Open
patrickcarlohickman opened this issue Apr 2, 2014 · 0 comments
Open

Return element to allow method chaining #75

patrickcarlohickman opened this issue Apr 2, 2014 · 0 comments

Comments

@patrickcarlohickman
Copy link

When calling $(element).prettyCheckable();, the return value is undefined. It would be nice if it returned the element to allow for method chaining. That would allow something like:

$(element).prettyCheckable().bind('change', function(e) {
  // ...
});

Instead of:

$(element).prettyCheckable();
$(element).bind('change', function(e) {
  // ...
});
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