티스토리 뷰
이미지 슬라이드 SlideJs
JS
1
2
3
4
5
6
7
|
$(function(){
$("#slides").slidesjs({
width: 940,
height: 528
});
});
|
cs |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
$(function(){
$("#slides").slidesjs({
width: 700,
height: 393
});
});
$(function(){
$("#slides").slidesjs({
start: 3
});
});
$(function(){
$("#slides").slidesjs({
navigation: {
active: true,
// [boolean] Generates next and previous buttons.
// You can set to false and use your own buttons.
// User defined buttons must have the following:
// previous button: class="slidesjs-previous slidesjs-navigation"
// next button: class="slidesjs-next slidesjs-navigation"
effect: "slide"
// [string] Can be either "slide" or "fade".
}
});
});
$(function(){
$("#slides").slidesjs({
pagination: {
active: true,
// [boolean] Create pagination items.
// You cannot use your own pagination. Sorry.
effect: "slide"
// [string] Can be either "slide" or "fade".
}
});
});
$(function(){
$("#slides").slidesjs({
play: {
active: true,
// [boolean] Generate the play and stop buttons.
// You cannot use your own buttons. Sorry.
effect: "slide",
// [string] Can be either "slide" or "fade".
interval: 5000,
// [number] Time spent on each slide in milliseconds.
auto: false,
// [boolean] Start playing the slideshow on load.
swap: true,
// [boolean] show/hide stop and play buttons
pauseOnHover: false,
// [boolean] pause a playing slideshow on hover
restartDelay: 2500
// [number] restart delay on inactive slideshow
}
});
});
$(function(){
$("#slides").slidesjs({
effect: {
slide: {
// Slide effect settings.
speed: 200
// [number] Speed in milliseconds of the slide animation.
},
fade: {
speed: 300,
// [number] Speed in milliseconds of the fade animation.
crossfade: true
// [boolean] Cross-fade the transition.
}
}
});
});
|
cs |
HTML
1
2
3
4
5
6
7
8
|
<div id="slides">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
</div>
|
cs |
nathansearles.github.io/slidesjs/
SlidesJS, a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3
pagination (object) Pagination settings Show example $(function(){ $("#slides").slidesjs({ pagination: { active: true, // [boolean] Create pagination items. // You cannot use your own pagination. Sorry. effect: "slide" // [string] Can be either "slide" or
nathansearles.github.io
'WEB > JQuery' 카테고리의 다른 글
[상단 이동 jQuery] (0) | 2021.05.09 |
---|---|
[이미지 슬라이드 jQuery] RoyalSilder (유료) (0) | 2021.05.07 |
[이미지 슬라이드 jQuery] owlcarousel (0) | 2021.05.06 |
[이미지 슬라이드 jQuery] swiperjs (0) | 2021.05.05 |
[이미지 슬라이드 jQuery] bxSlider (0) | 2021.05.03 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 광주분식 #광주분식맛집 #상추튀김 #상추튀김맛집 #광주상추튀김
- iptime와이파이증폭기 #와이파이증폭기설치
- SQL명령어 #SQL
- 와이파이약할때
- 자바스크립트 #javascript #math
- 정보처리기사 #정보처리기사요약 #정보처리기사요점정리
- lg그램pro #lg그램 #노트북 #노트북추천 #lg노트북
- 자바스크립트break
- 연명의료결정제도 #사전연명의료의향서 #사전연명의료의향서등록기관 #광주사전연명의료의향서
- 썬크림 #닥터지썬크림 #내돈내산 #내돈내산썬크림 #썬크림추천 #spf50썬크림 #닥터지메디유브이울트라선
- thymeleaf
- 무료폰트 #무료웹폰트 #한수원한돋움 #한수원한울림 #한울림체 #한돋움체
- jQuery #jQuery이미지슬라이드 #이미지슬라이드
- 바지락칼국수 #월곡동칼국수 #칼국수맛집
- 와이파이증폭기추천 #와이파이설치
- 좋은책
- 좋은책 #밥프록터 #부의원리
- sw기술자평균임금 #2025년 sw기술자 평균임금
- 테스크탑무선랜카드 #무선랜카드 #아이피타이무선랜카드 #a3000mini #무선랜카드추천
- jdk #jre
- css미디어쿼리 #미디어쿼리 #mediaquery
- echart
- 쇼팬하우어 #좋은책
- 파비콘사이즈
- 증폭기 #아이피타임증폭기
- 와이파이신호 #와이파이 #와이파이신호세게
- 파비콘 #파비콘 사이트에 적용
- 자바스크립트countiue
- 자바스크립트정규표현식
- ajax
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함