length가 1이상일 경우 객체가 존재함을, 0일 경우 존재하지 않음을 의미한다.

if(jQuery("#specialistAnswer").length > 0) {
jQuery("#specialistAnswer").val("Y");
}


Posted by SungHoon, Park
,