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

잡동사니

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

잡동사니

검색하기 폼
  • 분류 전체보기 (943) N
    • 전기전자 (65) N
      • 정보 (12)
      • 실험 (9)
      • Tools (10)
      • PLC (26) N
      • 설계&도면 (7)
      • AVR (1)
    • Mobile&PMP (63)
      • 정보&잡동 (53)
      • 벨소리 (9)
    • PC&웹 (362)
      • 소프트웨어 (42)
      • 하드웨어&튜닝 (73)
      • 정보&기술 (94)
      • 웹프로그래밍 (49)
      • VS프로그래밍 (42)
      • Arduino (25)
      • RaspberryPi (9)
      • 그래픽&디자인 (27)
    • 취미 (354)
      • 게임 (45)
      • PlayStation (24)
      • DIY (56)
      • 자동차 (32)
      • RC (41)
      • 총 (11)
      • 사진 (34)
      • 요리 (11)
      • 여행 (12)
      • 잡것 (45)
      • 리뷰 (43)
    • 기타 등등 (97)
      • 정보 (37)
      • 알짜 (18)
      • XE (32)
      • 비공개 (0)
      • 휴지통 (2)
  • 방명록

jQuery (26)
(jQuery) 의정부시 CCTV 소스 강좌 - DIV 재정렬

프로그램 소개: http://simulz.com/462 DIV 재정렬 테이블에서 주로 쓰는 정렬 기능을 DIV에 적용했다. var cctv_sort_checked = function() { var row_checked = $('#list div').has(':checked').get(); var row_unchecked = $('#list div').has(':not(:checked)').get(); $('#list').empty(); $.each(row_checked, function(index, row_checked) { row_checked.sortKey = parseFloat($(row_checked).attr('id').replace(/^[^\d.]*/,'')); }); $.each(row_un..

PC&웹/웹프로그래밍 2010. 1. 22. 12:58
(jQuery) 의정부시 CCTV 소스 강좌 - 마우스 스크롤 확대·축소

프로그램 소개: http://simulz.com/462 마우스 스크롤 줌인, 줌아웃 버튼 위에서 마우스 휠을 돌리면 CCTV가 확대·축소 된다. $("↕100%").insertAfter('#reset').hide(); var numWidth = 320; var numHeight = 240; $('#cctv_zoominout').click(function() { numWidth = 320; numHeight = 240; cctv_resize(this); }).mousewheel(function(objEvent, intDelta){ if (intDelta > 0){ if(numWidth >= 1280) return false; numWidth += 160; numHeight += 120; } else if ..

PC&웹/웹프로그래밍 2010. 1. 22. 12:28
jQuery 1.4에서 바뀐 것들

http://api.jquery.com/category/version/1.4/ jQuery 1.4 API Cheat Sheet .add( selector, context ) selectorA string containing a selector expression to match additional elements against. contextAdd some elements rooted against the specified context. .addClass( function(index, class) )function(index, class)A function returning one or more space-separated class names to be added. Receives the index ..

PC&웹/웹프로그래밍 2010. 1. 22. 11:24
(jQuery) 의정부시 CCTV 소스 강좌 - 툴팁, 마우스 오버 효과

프로그램 소개: http://simulz.com/462 툴팁, 마우스 오버 효과 var $tooltip = $('').appendTo('body'); var positionTooltip = function(event) { var tPosX = event.pageX; var tPosY = event.pageY + 20; $tooltip.css({top: tPosY, left: tPosX}); }; var mouseOver = function(event) { $(this).addClass('hover'); var cctvName = $(this).text().replace(/\d+\./, ''); var action = ' 추가'; if ($(this).is('.checked')) { action = '서 ..

PC&웹/웹프로그래밍 2010. 1. 21. 16:17
이전 1 2 3 4 5 6 7 다음
이전 다음
반응형
최근에 올라온 글
  • MX Component4 업데이트(2⋯
  • 후방 카메라 조작 스위치⋯
  • 스팀 게임 다운로드 속도...
  • STL, M10x1.25 수동 기어⋯
최근에 달린 댓글
  • 안녕하세요 혹시 86,87번 +⋯
  • 중고가 5만원도 안 될 것 같⋯
  • 2L 정말 작아요. 몇번 테스트⋯
  • 안녕하세요. 댓글을 쓸 수 있⋯
TAG
  • VB6
  • 위젯
  • cctv
  • php
  • Asus
  • 타미야
  • 봉고3
  • LED
  • PLC
  • 알리익스프레스
  • 제로보드 XE
  • 아두이노
  • 샤오미
  • jQuery
  • 3D프린터
  • 금도금
  • arduino
  • G3
  • 종이모형
  • 열화상
  • 가상PC
  • C#
  • 그란투리스모5
  • d2
  • M4A1
  • RC
  • SCX10
  • FSX
  • aliexpress
  • PS3
more
링크
  • 경찰청
  • 안전신문고
  • 식품의약품안전처
  • 관세청
  • 국세청
  • Your GeoIP
«   2022/06   »
일 월 화 수 목 금 토
      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    
글 보관함
  • 2022/06 (1)
  • 2022/05 (3)
  • 2022/04 (4)
  • 2022/03 (7)
  • 2022/02 (6)

Blog is powered by Tistory / Designed by Tistory

티스토리툴바