Contents

Develop
2013.12.20 11:04

[js] jQuery plugin 요약

Views 10748 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. [ios] NSString 간단한 정규식 사용법

    Date2014.01.28 CategoryDevelop Byhooni Views18264
    Read More
  2. [ios] iOS 6.0 이상 회전 하기 (이전 버전과 비교 변경 부분)

    Date2014.01.27 CategoryDevelop Byhooni Views34237
    Read More
  3. [ios] 네트워크 인디케이터(NetworkActivityIndicator) 작동

    Date2014.01.24 CategoryDevelop Byhooni Views12517
    Read More
  4. [js] 주소표시줄 URL 읽어오기 (변경까지)

    Date2014.01.21 CategoryDevelop Byhooni Views1
    Read More
  5. [ios] UIWebView에서 NSURLRequest에 Cookie 실어 보내기

    Date2014.01.16 CategoryDevelop Byhooni Views14902
    Read More
  6. [ios] UIWebView 쿠키 유지

    Date2014.01.16 CategoryDevelop Byhooni Views11750
    Read More
  7. [php] substr() 한글 자를 때 깨짐 방지

    Date2014.01.09 CategoryDevelop Byhooni Views20438
    Read More
  8. [ios] UIButton multi-line iOS7

    Date2014.01.09 CategoryDevelop Byhooni Views11460
    Read More
  9. [js] AngularJS를 소개합니다.

    Date2014.01.06 CategoryDevelop Byhooni Views13050
    Read More
  10. [php] 하루 전 날짜 쉽게 구하기.

    Date2013.12.25 CategoryDevelop Byhooni Views12277
    Read More
  11. [php] GregorianToJD(), JDToGregorian() 함수 내용

    Date2013.12.25 CategoryDevelop Byhooni Views10635
    Read More
  12. [js] jQuery plugin 요약

    Date2013.12.20 CategoryDevelop Byhooni Views10748
    Read More
Board Pagination Prev 1 ... 14 15 16 17 18 19 20 21 22 23 ... 71 Next
/ 71