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에 대한 기본 설명과 설치/설정

  2. [perl] 영규가 만든 스크립트.. 하하..

  3. [c++]현승이가 보내준 암호화 모듈 AES라인델..

  4. [js] jQuery plugin 요약

  5. [c++] p.118 확인학습 5번

  6. [c++] 가짜 인증서(하나은행) 프로그램

  7. [php] XE 관리자 IP대역 설정 오류 해결법

  8. [linux] 프로세스의 stat 상태에 대한 설명

  9. [c] 거리와 각도를 입력받아서 좌표로 변환

  10. OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속

  11. [js] 순환참조에 의한 메모리 누수 관련

  12. [unix] 로그파일 정리 쉘스크립트

Board Pagination Prev 1 ... 55 56 57 58 59 60 61 62 63 64 ... 98 Next
/ 98