I am using the jquery ui datepicker inline mode view
I want to be able to capture when a user clicks on the month name at the top (as i then want to zoom into a more detailed month view.
is this possible to capture this click event?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The element has a
ui-datepicker-monthclass, so you can just do this:You can give it a try here, keep in mind this is only the month, change the selector to this if you want to include clicks on the year as well:
".ui-datepicker-month, .ui-datepicker-year".