Contents

Develop
2013.12.20 11:04

[js] jQuery plugin 요약

Views 10755 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
나중에 정리해서 다시 만들거..

1. UI와 관계 없는 플러그인 (Utility)
$.plugin(...)
ex) $.extend(), $.get()


2. UI와 관계 있는 플러그인
$(Seletor).plugin(...)
ex) $("...").innerfade()


<< jQuery Official Plugin >>
= jQuery UI
= jQuery Mobile
= Grid : jQGrid, spreadsheet, w2ui, AxisJ
= layout



jQuery UI
$("...").dialog( method );
ex. $("...").dialog("open");

$("...").dialog( method, option );

$("...").dialog( option ); -> option이 값일 경우 option, function일 경우 Event
{
    height:"",
    close:function(){
    }
}

?

  1. [linux] SSH에 대한 기본 설명과 설치/설정

    Date2013.04.23 CategorySystem/OS Byhooni Views10668
    Read More
  2. [perl] 영규가 만든 스크립트.. 하하..

    Date2013.04.23 CategorySystem/OS Byhooni Views10686
    Read More
  3. [c++]현승이가 보내준 암호화 모듈 AES라인델..

    Date2003.04.23 CategoryDevelop Byhooni Views10745
    Read More
  4. [js] jQuery plugin 요약

    Date2013.12.20 CategoryDevelop Byhooni Views10755
    Read More
  5. [c++] p.118 확인학습 5번

    Date2003.04.23 CategoryDevelop Byhooni Views10777
    Read More
  6. [c++] 가짜 인증서(하나은행) 프로그램

    Date2013.04.23 CategoryDevelop Byhooni Views10787
    Read More
  7. [php] XE 관리자 IP대역 설정 오류 해결법

    Date2014.02.10 CategoryDevelop Byhooni Views10825
    Read More
  8. [linux] 프로세스의 stat 상태에 대한 설명

    Date2013.04.23 CategorySystem/OS Byhooni Views10844
    Read More
  9. [c] 거리와 각도를 입력받아서 좌표로 변환

    Date2013.04.23 CategoryDevelop Byhooni Views10849
    Read More
  10. OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속

    Date2013.04.23 CategorySystem/OS Byhooni Views10859
    Read More
  11. [js] 순환참조에 의한 메모리 누수 관련

    Date2013.12.17 CategoryDevelop Byhooni Views10866
    Read More
  12. [unix] 로그파일 정리 쉘스크립트

    Date2014.02.19 CategoryDevelop Byhooni Views10886
    Read More
Board Pagination Prev 1 ... 55 56 57 58 59 60 61 62 63 64 ... 98 Next
/ 98