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

Class selectors in the constructor do not create multiple instances of waterfall #47

Open
verybigelephants opened this issue Sep 21, 2022 · 0 comments

Comments

@verybigelephants
Copy link

verybigelephants commented Sep 21, 2022

waterfall('.container');

creates waterfall instance only for the first of the .container classes. It could create instances for all of the selector's elements, so you don't have to do things like this:

$('.container').each(function(){
	waterfall($(this)[0]);
});
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