본문 바로가기

닷컴's_열공/jQueryJavaScript/Ajax

[jquery] iframe안에 form에 있는 name의 접근

$("id", 프레임).val();
이런게 접근을 하면 접근이 가능하다. 

$("select[name='TARGET_CUSTOMER'] option[value='05']", parent.jsp_bottom1.document.listTableForm).attr("disabled",true);