My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
kay
조회 수 36672 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
//전부 삭제
 $("form[name='"+formId +  "'] select[name='"+objId+"'] option").remove();    


//하나 삭제
$('#ttt').children("[value='04']").remove();


//추가할때
$('#ttt').append('<option value="05">Split</option>');


// select box 초기화 하는 함수.
function fnResetSelectBox(formName,objId)
{
     $("form[name='"+formName+  "'] select[name='"+objId+"'] option").remove();   
     $("form[name='"+formName+  "'] select[name='"+objId+"']").append("<option value="">==SELECT==</option>");
}


//select box 기본 값 남기고 삭제 하기
function fnResetSelectBox(formName,objName )
{
    $("form[name='"+formName+"'] select[name='"+ objName +"'] option").not("[value='']").remove();
}

//특정 index로 값 설정하기
$('#selectBox option:eq(3)').attr('selected', 'selected')
?

  1. Jquery 갤러리 "jQuery-awesome-images-Gallery-lightbox"

    Date2013.07.30 CategoryUI Bykay Views4260
    Read More
  2. Jquery 로 defaultValue 읽어오기

    Date2013.10.03 CategoryA to Z Bykay Views3754
    Read More
  3. jquery-syaku.rolling 상하좌우 롤링 ( 자동롤링 , 버튼 )

    Date2014.02.09 CategoryPlugIn Bykay Views20167
    Read More
  4. lightBox2 - 레이어 팝업

    Date2013.04.06 CategoryPlugIn Bykay Views6136
    Read More
  5. makisu - 메뉴 접기(?)

    Date2013.04.16 CategoryPlugIn Bykay Views18446
    Read More
  6. Menu Bar

    Date2013.02.06 CategoryUI Bykay Views5176
    Read More
  7. Moodular - 회전,슬라이더, 터치 ,모자이크

    Date2013.05.04 CategoryPlugIn Bykay Views5354
    Read More
  8. poshytip - 툴팁

    Date2013.04.15 CategoryPlugIn Bykay Views11804
    Read More
  9. readonly , disabled 지정하기

    Date2013.10.01 CategoryA to Z Bykay Views4109
    Read More
  10. select Box option ( 초기화,추가,삭제 )

    Date2013.04.03 CategoryUI Bykay Views9533
    Read More
  11. Select Box Option 동적 추가 , 삭제 , 복사

    Date2015.09.18 CategoryUI Bykay Views7083
    Read More
  12. SelectBox Option 값 초기화 및 수정 삭제

    Date2013.03.02 CategoryUI Bykay Views36672
    Read More
  13. sliding horizontal parallax - parallax 공부 샘플

    Date2013.04.17 CategoryPlugIn Bykay Views6151
    Read More
  14. Smooth Scroll - 스크롤 이동 ( 속도 , 위치 )

    Date2013.04.06 CategoryPlugIn Bykay Views12680
    Read More
  15. Star Rating Plugin - jQuery 별점 주기

    Date2014.05.01 CategoryPlugIn Bykay Views13227
    Read More
  16. Table에 동적 Tr 추가/삭제 하기

    Date2014.02.09 Categoryetc Bykay Views21286
    Read More
  17. tiptip - 툴팁

    Date2013.04.14 CategoryPlugIn Bykay Views17886
    Read More
  18. Tree 메뉴만들기

    Date2013.08.14 CategoryPlugIn Bykay Views5652
    Read More
  19. vGrid - 브라우저 너비에 따른 가변 그리드

    Date2013.04.08 CategoryPlugIn Bykay Views6956
    Read More
  20. woothemes FlexSlider - 슬라이더

    Date2014.09.16 CategoryUI Bykay Views287273
    Read More
Board Pagination Prev 1 2 3 Next
/ 3