jQuery - datepicker - onblur

Posted by d3020 on Stack Overflow See other posts from Stack Overflow or by d3020
Published on 2010-03-20T15:45:44Z Indexed on 2010/03/20 15:51 UTC
Read the original article Hit count: 677

Filed under:
|
|

I'm using the jQuery datepicker where I have two textboxes (start date / end date). The user clicks in a respective textbox and the calendar shows up. That is OK.

What I need to do is when the user say, clicks in the start date textbox and picks a date. I need an onblur event to be triggered then.

Where do I set that onblur event for the calendar control after a date has been selected? I tried in the actual textbox but that's not right because that happens before an actual date is picked from the calendar control.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript