私のページにこのコードがあります
$("#ddlBirthdayDay,#ddlBirthdayMonth,#ddlBirthdayYear").change(function () {
$("form").validate().element("#ddlBirthdayYear");
});
それを次のように変更する必要があります: I have not the focus in the three input $("#ddlBirthdayDay,#ddlBirthdayMonth,#ddlBirthdayYear")
, I validate the element in the form.
jqueryでこれを行うにはどうすればよいですか??