Contents

Develop
2013.12.20 11:04

[js] jQuery plugin 요약

조회 수 10809 댓글 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. [ios] UIButton multi-line iOS7

    Date2014.01.09 CategoryDevelop Byhooni Views11529
    Read More
  2. iOS 에서 쓸만한 오프라인 구글지도 찾기

    Date2014.01.06 CategoryEtc Byhooni Views16392
    Read More
  3. [js] AngularJS를 소개합니다.

    Date2014.01.06 CategoryDevelop Byhooni Views13133
    Read More
  4. [용어] POC, Pilot, BMT에 대한 IT 업계에서 통용되는 의미

    Date2014.01.02 CategoryEtc Byhooni Views42356
    Read More
  5. [php] 하루 전 날짜 쉽게 구하기.

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

    Date2013.12.25 CategoryDevelop Byhooni Views10752
    Read More
  7. [linux] root 전환시 패스워드 없이 su 사용하기

    Date2013.12.22 CategorySystem/OS Byhooni Views13064
    Read More
  8. [linux] CentOS 터미널 언어 설정(한글/영어)

    Date2013.12.22 CategorySystem/OS Byhooni Views18850
    Read More
  9. [js] jQuery plugin 요약

    Date2013.12.20 CategoryDevelop Byhooni Views10809
    Read More
  10. [css] z-index에 설정할 수 있는 최대값?

    Date2013.12.20 CategoryDevelop Byhooni Views14975
    Read More
  11. [oracle] SQL문 실행 방법 3가지

    Date2013.12.19 CategoryDatabase Byhooni Views12419
    Read More
  12. CentOS 6.5 USB 설치

    Date2013.12.18 CategorySystem/OS Byhooni Views38279
    Read More
Board Pagination Prev 1 ... 24 25 26 27 28 29 30 31 32 33 ... 98 Next
/ 98