Develop
2013.12.20 11:04
[js] jQuery plugin 요약
조회 수 10809 댓글 0
나중에 정리해서 다시 만들거..
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(){
}
}
}
-
[ios] UIButton multi-line iOS7
-
iOS 에서 쓸만한 오프라인 구글지도 찾기
-
[js] AngularJS를 소개합니다.
-
[용어] POC, Pilot, BMT에 대한 IT 업계에서 통용되는 의미
-
[php] 하루 전 날짜 쉽게 구하기.
-
[php] GregorianToJD(), JDToGregorian() 함수 내용
-
[linux] root 전환시 패스워드 없이 su 사용하기
-
[linux] CentOS 터미널 언어 설정(한글/영어)
-
[js] jQuery plugin 요약
-
[css] z-index에 설정할 수 있는 최대값?
-
[oracle] SQL문 실행 방법 3가지
-
CentOS 6.5 USB 설치