Contents

Develop
2013.12.20 11:04

[js] jQuery plugin 요약

조회 수 10709 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
나중에 정리해서 다시 만들거..

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] 기본 명령어 (내공쌓기)

  2. [linux] 계정관리하기(내공쌓기)

  3. [linux] 간단한 vi편집기 사용 명령

  4. [linux] 간단한 NAT 설정 script

  5. [linux] 간단한 find 명령어 설명(업데이트 해야 함)

  6. [linux] yum 업데이트 시 커널 제외하기

  7. [linux] X환경 GNOME에서 KDE로 바꾸는 법..

  8. [linux] Xwindow/Xmanager 사용

  9. [linux] wget 명령 사용 예제

  10. [linux] vi 편집기 간단한 명령과 환경설정

  11. [linux] The Ultimate Wget Download Guide With 15 Awesome Examples

  12. [linux] tar 명령어 뽀개기.. ㅋㅋ

Board Pagination Prev 1 ... 26 27 28 29 30 31 32 33 34 35 ... 98 Next
/ 98