본문 바로가기 메뉴 바로가기

Chu

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Chu

검색하기 폼
  • 분류 전체보기 (5834)
    • 보관 (1)
    • 잡담 (226)
    • 디자인 팁 (122)
    • 컴퓨터 팁 (53)
    • 추천 소프트웨어 (1177)
    • 컴퓨터 기타 (30)
    • 코딩 (82)
      • JavaScript (21)
      • jQuery (13)
      • JSP (0)
      • C Programing (1)
      • Java (0)
      • PHP (27)
      • CSS (1)
      • SQL (10)
      • Linux (1)
    • 스타유틸 (32)
    • 스타밀리맵 (36)
    • 스타유즈맵 (21)
    • 워크유틸 (5)
    • 워크유즈맵 (148)
    • PSP (18)
    • iPod/IPhone (42)
    • PSP 배경 (55)
    • Android (369)
    • Wordpress (14)
    • Xpressengine (13)
    • 쇼핑정보 (3373)
      • 여성의류 (374)
      • 남성의류 (373)
      • 유아동 (361)
      • 식품 (396)
      • 뷰티 (346)
      • 신발,잡화 (380)
      • 생활 (389)
      • 가전,디지털 (398)
      • 스포츠,자동차 (356)
  • 방명록

코딩/jQuery (13)
jQuery contains 대소문자 상관없이 찾기

$.extend($.expr[":"], { "containsIN": function(elem, i, match, array) { return (elem.textContent || elem.innerText || "").toLowerCase().indexOf((match[3] || "").toLowerCase()) >= 0; } }); $('#textBoxID').keyup(function(){ $('td').css("background-color",''); var value= $(this).val(); $('td:containsIN("'+value+'")').css("background-color",'red'); }); https://jsfiddle.net/bipen/dyfRa/ jquery :conta..

코딩/jQuery 2019. 10. 16. 15:20
jQuery ajax 함수 $.ajax

if(!($("#tAgree").is(":checked"))){ alert("약관동의를 해주세요."); return; } var txtURL = "/Act.php"; var txtParam = ""; $.ajax({ url: txtURL, data: txtParam, type: "POST", datatype: "text", timeout: 10000, error: function() { alert("ERROR"); }, success: function (txt) { if(txt=="1"){ location.href = "/성공시이동할페이지.php"; return; }else if(txt=="-100"){ alert("로그인이 필요한 서비스입니다."); return; }else if(txt=="-1"){ ..

코딩/jQuery 2014. 7. 11. 09:50
단축키 만들기

코딩/jQuery 2014. 3. 30. 11:41
jQuery Date picker

코딩/jQuery 2014. 3. 19. 09:43
jQuery Select box Control

select box의 내용 가져오기 $("#select_box > option:selected").val(); select box의 값 설정 $("#select_box > option[value=지정값]").attr("selected", "true"); jQuery로 선택된 값 읽기$("#selectBox option:selected").val();$("#select_box > option:selected").val()$("select[name=name]").val(); jQuery로 선택된 내용 읽기$("#selectBox option:selected").text(); 선택된 위치var index = $("#test option").index($("#test option:selected")); ----..

코딩/jQuery 2014. 3. 19. 09:36
해상도 상관없이 배경화면 꽉차게 하기 Backstretch

먼저 js파일과 배경화면으로 쓸 이미지를 티스토리 관리자페이지의 HTML/CSS에 파일 업로드 해준다. 헤더부분에 스크립트를 필요한 불러온다. 기본 슬라이드쇼 관련사이트 http://srobbin.com/jquery-plugins/backstretch/

코딩/jQuery 2014. 1. 16. 14:38
Visual jQuery 1.2.6

http://visualjquery.com/

코딩/jQuery 2013. 1. 31. 00:13
jQuery ContextMenu Plugin

http://www.javascripttoolbox.com/lib/contextmenu/

코딩/jQuery 2013. 1. 31. 00:08
jQuery Quick API Reference

http://oscarotero.com/jquery/

코딩/jQuery 2013. 1. 28. 14:22
jQuery 속도 높이는 방법

http://bavotasan.com/2010/tips-speed-up-jquery/

코딩/jQuery 2013. 1. 28. 01:40
브라우저 사이즈를 통한 반응형 웹 구현

function fImgResize(){ var clientWidth = jQuery(window).width() - 12; // 현재 화면의 Width jQuery("img").each(function(index, obj) { var orgImgObj = new Image(); orgImgObj.src = obj.src; var imgWidth = obj.width; // 이미지의 Width (this.width 와 동일) var imgHeight = obj.height; // 이미지의 Height var rate = 1; // 비율(키우고 줄이는) // 이미지 width가 화면의 width보다 큰 경우 줄임 if( imgWidth > clientWidth ){ rate = clientWidth / i..

코딩/jQuery 2013. 1. 17. 00:17
email 입력 도우미 autocomplete

http://jsfiddle.net/P6WCR/ $(function() { var emaildomains = ['chollian.net', 'daum.net', 'empal.com', 'facebook.com', 'freechal.com', 'gmail.com', 'hanmir.com', 'hotmail.com', 'korea.com', 'lycos.co.kr', 'nate.com', 'naver.com', 'netian.com', 'paran.com', 'unitel.co.kr', 'yahoo.co.kr']; $('input.emailAutocomplete').autocomplete({ minLength: 0, source: function(request, response) { var mail_rege..

코딩/jQuery 2013. 1. 6. 07:52
jQuery Mobile 1.1.0

http://jquerymobile.com/ http://jquerymobile.com/demos/1.1.0/ A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.

코딩/jQuery 2012. 7. 5. 11:38
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
  • [핫딜][위메프] 아임미미/⋯
  • [핫딜][위메프] [블랙위메⋯
  • [핫딜][위메프] 라벨영 쇼⋯
  • [핫딜][위메프] 어퓨 화이⋯
최근에 달린 댓글
  • 목록에서는 삭제가 잘되는데⋯
  • 주문을 하고 싶은데,재고가⋯
  • safevisit 아주 잘 작동함.⋯
  • 첨부파일 압축풀면 있니다
링크
TAG
  • HyperSnap
  • 티스토리 초대
  • EditPlus
  • Error Repair Professional
  • UltraEdit
  • Total Commander
  • 파오캐
  • Portable
  • 밀리맵
  • Your Uninstaller!
  • 아이콘
  • 티스토리초대
  • PSP 배경
  • Internet Download Manager
  • PSP 배경화면
  • EVEREST Ultimate Engineer Edition
  • 포토샵
  • 패턴
  • EVEREST Ultimate Edition
  • EVEREST
  • 스타
  • 파이트 오브 캐릭터즈
  • WinRAR
  • PSP 바탕화면
  • IDM
  • 일러스트레이터
  • icon
  • 유즈맵
  • 티스토리 초대장
  • 브러시
more
«   2021/01   »
일 월 화 수 목 금 토
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
글 보관함
  • 2020/03 (57)
  • 2020/02 (296)
  • 2020/01 (95)
  • 2019/12 (214)
  • 2019/11 (239)

Blog is powered by Tistory / Designed by Tistory