how to prevent blur of input when calendar of datepicker is open? (please help)

how to prevent blur of input when calendar of datepicker is open? (please help)

Hi,

I've created a form using datepicker to choose the birthdate, now I'm trying to control what's in my inputs, but I have issues when it comes to the input of my datepicker

When I have focus on my input I diplay a message to guide the user, when the event blur happens I check if the input contains a valide date and display an alert when it's wrong, but the blur is launched even when the user clicks on the calendar of datepicker, so the alert message is displayed which isn't supposed to happen

I'm looking for a way to wait for the user to select a date before executing the blur, or at the blur event check if the calendar is open or closed before doing any control
I'm using jquery for the first time, and I'm totally stuck here, any help will be greatly appreciated

Thanks,