Skip to content

Commit 83d66e4

Browse files
committed
- Fixed bug: jquery adapter failed with minified file
1 parent 581a8dd commit 83d66e4

File tree

18 files changed

+87
-75
lines changed

18 files changed

+87
-75
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.2-brightgreen.svg)
20+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.3-brightgreen.svg)
2121
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2222
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2323
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

dist/fullpage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.2
2+
* fullPage 4.0.3
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only

dist/fullpage.extensions.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.2
2+
* fullPage 4.0.3
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only
@@ -5528,7 +5528,7 @@
55285528
}; //public functions
55295529

55305530

5531-
FP.version = '4.0.2';
5531+
FP.version = '4.0.3';
55325532
FP.test = Object.assign(FP.test, {
55335533
top: '0px',
55345534
translate3d: 'translate3d(0px, 0px, 0px)',

dist/fullpage.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/active-slide.html

Lines changed: 53 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,49 +29,59 @@
2929

3030

3131
<select id="demosMenu">
32-
<option selected>Choose Demo</option>
33-
<option id="jquery-adapter">jQuery adapter</option>
34-
<option id="active-slide">Active section and slide</option>
35-
<option id="auto-height">Auto height</option>
36-
<option id="autoplay-video-and-audio">Autoplay Video and Audio</option>
37-
<option id="backgrounds">Background images</option>
38-
<option id="backgrounds-fixed">Fixed fullscreen backgrounds</option>
39-
<option id="background-video">Background video</option>
40-
<option id="callbacks-v2-compatible">Callbacks version 2</option>
41-
<option id="callbacks-v3">Callbacks version 3</option>
42-
<option id="continuous-horizontal">Continuous horizontal</option>
43-
<option id="continuous-vertical">Continuous vertical</option>
44-
<option id="parallax">Parallax</option>
45-
<option id="css3">CSS3</option>
46-
<option id="drag-and-move">Drag And Move</option>
47-
<option id="easing">Easing</option>
48-
<option id="fading-effect">Fading Effect</option>
49-
<option id="fixed-headers">Fixed headers</option>
50-
<option id="gradient-backgrounds">Gradient backgrounds</option>
51-
<option id="interlocked-slides">Interlocked Slides</option>
52-
<option id="looping">Looping</option>
53-
<option id="methods">Methods</option>
54-
<option id="navigation-vertical">Vertical navigation dots</option>
55-
<option id="navigation-horizontal">Horizontal navigation dots</option>
56-
<option id="navigation-tooltips">Navigation tooltips</option>
57-
<option id="no-anchor">No anchor links</option>
58-
<option id="normal-scroll">Normal scrolling</option>
59-
<option id="normalScrollElements">Normal scroll elements</option>
60-
<option id="offset-sections">Offset sections</option>
61-
<option id="one-section">One single section</option>
62-
<option id="reset-sliders">Reset sliders</option>
63-
<option id="responsive-auto-height">Responsive Auto Height</option>
64-
<option id="responsive-height">Responsive Height</option>
65-
<option id="responsive-width">Responsive Width</option>
66-
<option id="responsive-slides">Responsive Slides</option>
67-
<option id="scrollBar">Scroll bar enabled</option>
68-
<option id="scroll-horizontally">Scroll horizontally</option>
69-
<option id="scrollOverflow">Scroll inside sections and slides</option>
70-
<option id="scrollOverflow-reset">ScrollOverflow Reset</option>
71-
<option id="lazy-load">Lazy load</option>
72-
<option id="scrolling-speed">Scrolling speed</option>
73-
<option id="trigger-animations">Trigger animations</option>
74-
<option id="vue-fullpage">Vue-fullpage component</option>
32+
<option selected>Choose Demo</option>
33+
<option id="simple">Simple</option>
34+
<option id="custom-arrows">Custom arrows</option>
35+
<option id="hide-sections">Hide sections</option>
36+
<option id="scroll-after-fullpage">Scroll after fullpage</option>
37+
<option id="observer">Observer</option>
38+
<option id="jquery-adapter">jQuery adapter</option>
39+
<option id="active-slide">Active section and slide</option>
40+
<option id="auto-height">Auto height</option>
41+
<option id="autoplay-video-and-audio">Autoplay Video and Audio</option>
42+
<option id="backgrounds">Background images</option>
43+
<option id="backgrounds-fixed">Fixed fullscreen backgrounds</option>
44+
<option id="background-video">Background video</option>
45+
<option id="callbacks">Callbacks</option>
46+
<option id="continuous-horizontal">Continuous horizontal (premium)</option>
47+
<option id="continuous-vertical">Continuous vertical</option>
48+
<option id="parallax">Parallax (premium)</option>
49+
<option id="cards">Cards 3d (premium)</option>
50+
<option id="water-effect">Water effect (premium)</option>
51+
<option id="drop-effect">Drop effect (premium)</option>
52+
<option id="css3">CSS3</option>
53+
<option id="drag-and-move">Drag And Move (premium)</option>
54+
<option id="easing-css3">Easing CSS</option>
55+
<option id="easing-js">Easing JS</option>
56+
<option id="fading-effect">Fading Effect (premium)</option>
57+
<option id="fixed-headers">Fixed headers</option>
58+
<option id="gradient-backgrounds">Gradient backgrounds</option>
59+
<option id="interlocked-slides">Interlocked Slides (premium)</option>
60+
<option id="looping">Looping</option>
61+
<option id="methods">Methods</option>
62+
<option id="navigation-vertical">Vertical navigation dots</option>
63+
<option id="navigation-horizontal">Horizontal navigation dots</option>
64+
<option id="navigation-tooltips">Navigation tooltips</option>
65+
<option id="no-anchor">No anchor links</option>
66+
<option id="normal-scroll">Normal scrolling</option>
67+
<option id="normalScrollElements">Normal scroll elements</option>
68+
<option id="offset-sections">Offset sections (premium)</option>
69+
<option id="one-section">One single section</option>
70+
<option id="reset-sliders">Reset sliders (premium)</option>
71+
<option id="responsive-auto-height">Responsive Auto Height</option>
72+
<option id="responsive-height">Responsive Height</option>
73+
<option id="responsive-width">Responsive Width</option>
74+
<option id="responsive-slides">Responsive Slides (premium)</option>
75+
<option id="scrollBar">Scroll bar enabled</option>
76+
<option id="scroll-horizontally">Scroll horizontally (premium)</option>
77+
<option id="scrollOverflow">Scroll inside sections and slides</option>
78+
<option id="scrollOverflow-reset">ScrollOverflow Reset (premium)</option>
79+
<option id="lazy-load">Lazy load</option>
80+
<option id="scrolling-speed">Scrolling speed</option>
81+
<option id="trigger-animations">Trigger animations</option>
82+
<option id="vue-fullpage">Vue component</option>
83+
<option id="react-fullpage">React component</option>
84+
<option id="angular-fullpage">Angular component</option>
7585
</select>
7686

7787
<div id="fullpage">

examples/simple.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
<option id="backgrounds-fixed">Fixed fullscreen backgrounds</option>
3030
<option id="background-video">Background video</option>
3131
<option id="callbacks">Callbacks</option>
32-
<option id="continuous-horizontal">Continuous horizontal (premium)</option>
32+
<option id="continuous-horizontal">Continuous horizontal (paid)</option>
3333
<option id="continuous-vertical">Continuous vertical</option>
34-
<option id="parallax">Parallax (premium)</option>
35-
<option id="cards">Cards 3d (premium)</option>
36-
<option id="water-effect">Water effect (premium)</option>
37-
<option id="drop-effect">Drop effect (premium)</option>
34+
<option id="parallax">Parallax (paid)</option>
35+
<option id="cards">Cards 3d (paid)</option>
36+
<option id="water-effect">Water effect (paid)</option>
37+
<option id="drop-effect">Drop effect (paid)</option>
3838
<option id="css3">CSS3</option>
39-
<option id="drag-and-move">Drag And Move (premium)</option>
39+
<option id="drag-and-move">Drag And Move (paid)</option>
4040
<option id="easing-css3">Easing CSS</option>
4141
<option id="easing-js">Easing JS</option>
42-
<option id="fading-effect">Fading Effect (premium)</option>
42+
<option id="fading-effect">Fading Effect (paid)</option>
4343
<option id="fixed-headers">Fixed headers</option>
4444
<option id="gradient-backgrounds">Gradient backgrounds</option>
45-
<option id="interlocked-slides">Interlocked Slides (premium)</option>
45+
<option id="interlocked-slides">Interlocked Slides (paid)</option>
4646
<option id="looping">Looping</option>
4747
<option id="methods">Methods</option>
4848
<option id="navigation-vertical">Vertical navigation dots</option>
@@ -51,17 +51,17 @@
5151
<option id="no-anchor">No anchor links</option>
5252
<option id="normal-scroll">Normal scrolling</option>
5353
<option id="normalScrollElements">Normal scroll elements</option>
54-
<option id="offset-sections">Offset sections (premium)</option>
54+
<option id="offset-sections">Offset sections (paid)</option>
5555
<option id="one-section">One single section</option>
56-
<option id="reset-sliders">Reset sliders (premium)</option>
56+
<option id="reset-sliders">Reset sliders (paid)</option>
5757
<option id="responsive-auto-height">Responsive Auto Height</option>
5858
<option id="responsive-height">Responsive Height</option>
5959
<option id="responsive-width">Responsive Width</option>
60-
<option id="responsive-slides">Responsive Slides (premium)</option>
60+
<option id="responsive-slides">Responsive Slides (paid)</option>
6161
<option id="scrollBar">Scroll bar enabled</option>
62-
<option id="scroll-horizontally">Scroll horizontally (premium)</option>
62+
<option id="scroll-horizontally">Scroll horizontally (paid)</option>
6363
<option id="scrollOverflow">Scroll inside sections and slides</option>
64-
<option id="scrollOverflow-reset">ScrollOverflow Reset (premium)</option>
64+
<option id="scrollOverflow-reset">ScrollOverflow Reset (paid)</option>
6565
<option id="lazy-load">Lazy load</option>
6666
<option id="scrolling-speed">Scrolling speed</option>
6767
<option id="trigger-animations">Trigger animations</option>

lang/chinese/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
---
1818

19-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.2,2-brightgreen.svg)
19+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v4.0.3,2-brightgreen.svg)
2020
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2121
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2222
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

0 commit comments

Comments
 (0)