모바일 & 앱

jQuery selectbox 첫번째 index 설정

Hippalus 2018. 11. 8. 17:33
반응형

0번째 index 설정


$(".CONTROLSELECTBOXCLASS option:eq(0)").prop("selected", true);


$("#CONTROLSELECTBOXID option:eq(0)").prop("selected", true);

반응형