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

coens TISTORY

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

coens TISTORY

검색하기 폼
  • 전체 (230)
    • 일기 (0)
    • dev (72)
      • server (13)
      • java (21)
      • javascipt (5)
      • php (14)
      • android (4)
      • css (1)
      • es (8)
    • 책 (2)
    • 미투데이 (87)
    • 찍찍 (6)
    • 컴퓨터 잡지식 (5)
    • 필사 (4)
      • 대한민국에 고한다 (0)
      • 칼의 노래 (2)
      • 자본주의 고쳐쓰기 (2)
    • w (22)
    • etc (2)
    • 공부진도 (0)
      • 안드로이드 프로그래밍 정복 (0)
  • 방명록

dev/javascipt (5)
클로저

See the Pen EaXBQz by coens (@coens) on CodePen.

dev/javascipt 2015. 1. 27. 15:58
[jquery] 스크롤 끝까지 갔는지 체크하기

$(window).scroll(function(){ if ($(window).scrollTop() == $(document).height() - $(window).height()){ alert("로딩하기~~"); } });

dev/javascipt 2011. 3. 25. 10:00
jQuery UI Sortable Tutorial

http://www.petefreitag.com/item/736.cfm Apple Orange Pear

dev/javascipt 2011. 2. 21. 15:40
jquery 객체 비교하기 (jQuery.equals How To Compare DOM Elements)

http://groups.google.com/group/jquery-en/browse_thread/thread/1860c35706b93ecb $(a)==$(b) --> 이러면 안댐… –_-; $(a).get(0) == $(b).get(0) --> 이렇게 해야됨 (function($){ jQuery.fn.equals = function(selector) { return $(this).get(0)==$(selector).get(0); }; })(jQuery); Implementation Example: ... ... $('#id0').equals('#id1') //false $('div').equals('#id0') //true $('div:eq(1)').equals('#id1') //true $('#id0..

dev/javascipt 2011. 2. 7. 16:47
비트이동 예제...

var su=false; document.write(!su+" "); su=1; document.write(~su+" "); // 000 0001 => 1111 1110=>-2 su=10; document.write(++su+" "); document.write(--su+" "); a_1=10; b_1=++a_1; document.write("a_1="+a_1+", b_1="+b_1+" "); a_2=10; b_2=a_2++; document.write("a_2="+a_2+", b_2="+b_2+" ");

dev/javascipt 2008. 9. 5. 11:37
이전 1 다음
이전 다음
공지사항

Blog is powered by Tistory / Designed by Tistory

티스토리툴바