jQuery 선택 드롭다운 상자, jQuery 선택 방법

2237 단어 htmljqueryfirefox
if(!jQuery("[name='houseType']").attr("checked")){
      alert('        ! ')
      return
}

다음 html
<select  id="bag" >
<option value="178">  </option>
<option value="177">  </option>
<option value="179">  </option>
</select>

 
jQuery는 보통 val () 방법으로 select를 선택합니다
$("#select")를 사용합니다.attr('value','2');Firefox는 가능하지만, i6는 $("#select") 로 바꿀 수 없습니다.val('2'), 둘 다 괜찮아요. 그리고 더 간결해요.
자신의 이해:value는 select의 정규 속성이 아닙니다. 이value는

좋은 웹페이지 즐겨찾기