I am using the jquery datepicker with a beforeShowDay
filter that only enables Tuesdays. If I'm near the end of the month and there are no more Tuesdays, the picker opens to the current month with no dates available.
How do I recognize this situation with the picker? Is there a way to ask for available dates for the selected month or something like that?
If I do recognize this situation, how do I get the picker to open on the next month when the user clicks?
Is there an automatic way to do this?