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

Filter only on first element applied #2

Open
Skulli opened this issue Mar 10, 2012 · 1 comment
Open

Filter only on first element applied #2

Skulli opened this issue Mar 10, 2012 · 1 comment

Comments

@Skulli
Copy link

Skulli commented Mar 10, 2012

When i use a class as a selector for applying the date picker on a set of elements, the filter will only be applied on the first element.
All other elements will have the "normal" date-picker without any days filtered.

$(".datepicker").datepicker().businessdayfilter({disableWeekends: true});

You can workaround it with using ids and calling the above operation for each element, but that can get annyoing.

@johnvpetersen
Copy link
Owner

Yep...that is actually something on my list to address. To do that, I have to change up a few things. Thanks for reporting the issue. I'll address it asap.

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

2 participants