메뉴 건너뛰기

조회 수 6021 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

<script type="text/javascript">
$(document).ready(function () {
  $('#yj_com').change(function() {
      //alert(this.value); // 선택된 value를 출력한다.
      $("#yj_com option:selected").each(function(){
        //alert($(this).val());
        var yjTEXT = $(this).val();
        yjTEXT  = yjTEXT.split("|");
        $("#yj_company").val(yjTEXT[0]);
        $("#yj_num").val(yjTEXT[1]);
      });
  });
});
</script>


<tr>
  <th width="200">상호명</th>
  <td>
    <input type="text" id="yj_company" class="vali_text" alt="상호명" name="yj_1" value="" style="width:270px;" />
    &nbsp;&nbsp;
    <select id="yj_com">
    <option value="">##선택하세요##</option>
    <option value="옹달샘물|8521-9632">옹달샘물</option>
    <option value="지오그린|7452-8563">지오그린</option>
    </select>
  </td>
</tr>
<tr>
  <th width="200">고객번호</th>
  <td>
    <input type="text" id="yj_num" class="vali_text" alt="고객번호" name="yj_2" value="" style="width:270px;" />
  </td>
</tr>


  1. 새로고침(F5) 금지

    Date2018.03.28 Views6017
    Read More
  2. 날짜 및 시간 입력 구현하기, Bootstrap DateTimePicker

    Date2017.04.06 Views16568
    Read More
  3. [INPUT BOX] 텍스트박스(INPUT 박스) 가 동적으로 추가,삭제됩니다

    Date2017.02.19 Views8550
    Read More
  4. 팝업창 가운데 띄우기

    Date2016.12.23 Views6720
    Read More
  5. 셀렉트(select) change href 이벤트

    Date2016.12.23 Views5914
    Read More
  6. 셀렉트(select) change Ajax 이벤트

    Date2016.12.23 Views12650
    Read More
  7. 셀렉트(select) change 이벤트 (split)

    Date2016.12.23 Views6021
    Read More
  8. 이전, 위로 이동

    Date2016.12.23 Views5762
    Read More
  9. 우클릭 금지

    Date2016.12.23 Views5724
    Read More
  10. setTimeout() / clearTimeout() / setInterval()

    Date2016.12.22 Views8187
    Read More
  11. [단축키 설정 자바스크립트]shortcut.js

    Date2016.12.22 Views8407
    Read More
  12. 자바스크립트 모음

    Date2016.12.22 Views5796
    Read More
  13. 자바스크립트 및 CSS를 이용한 숫자만 입력받기

    Date2016.12.22 Views6340
    Read More
  14. 자바스크립트 실행 시간 측정

    Date2016.12.22 Views8943
    Read More
  15. 자바스크립트 변수,함수,객체의 표현

    Date2016.12.22 Views5392
    Read More
  16. response.setHeader

    Date2016.12.22 Views7382
    Read More
  17. 복사방지+드래그금지+마우스우클릭 금지

    Date2016.12.22 Views7926
    Read More
  18. GET방식으로 전송시 특수문자함께 전송하는 방법

    Date2016.12.22 Views12372
    Read More
  19. setTimeout 대체 스크립트 함수 (일시멈춤)

    Date2016.12.22 Views6259
    Read More
  20. 도메인 체크

    Date2016.12.22 Views5954
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 13 Next
/ 13

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved