Practice makes perfect

[jQuery] jQuery plugIn , animate 본문

web/JQuery

[jQuery] jQuery plugIn , animate

kerpect 2020. 7. 21. 11:55

Plug In이란?

 

: 개발자가 jQuery 자체를 확장하여 사용할 수 있도록 제공해 주는 jQuery 라이브러리의 한  형태

 

medienfreunde.de/lab/innerfade/

 

InnerFade with jquery

InnerFade with JQuery What is it? InnerFade is a small plugin for the jQuery-JavaScript-Library. It's designed to fade you any element inside a container in and out. These elements could be anything you want, e.g. images, list-items, divs. Simply produce y

medienfreunde.de

 

 

 

맨 밑에 내려오세요. 

 

다운을 받으세요. 

 

 

파일에 들어옵니다. 

 

js 파일에 들어옵니다. 

들어있는 파일을 jquery 를 사용하고 있는 곳에 복사해서 넣어줍니다. 

 

- 다운받은 plus 적용 - 

 

 

< 출력값 > 

쉽고 빠르게 적용할 수 있도록 제공합니다.

 

 

 

animate

 

 

< 출력값 > 

 

- 기본환경

 

- 마우스를 올렸을 때.  

 

animate(2) 

 

 

 

< 출력값 > 

 

- 기본 환경

 

- click 했을 때. 

'web > JQuery' 카테고리의 다른 글

[jQuery] jQuery 동적 효과  (0) 2020.07.21
[jQuery] jQuery 이벤트(Events)  (0) 2020.07.20
[jQuery] jQuery 문서 객체 조작  (0) 2020.07.17
[jQuery] jQuery 문서 객체 탐색  (0) 2020.07.16
[jQuery] jQuery ($, 선택자)  (0) 2020.07.15