File tree Expand file tree Collapse file tree 2 files changed +3
-160
lines changed Expand file tree Collapse file tree 2 files changed +3
-160
lines changed Original file line number Diff line number Diff line change 52
52
< script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
53
53
< script src ="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js "> </ script >
54
54
55
- < script type ="text/javascript " src ="../jquery.fullPage.js?v=2 "> </ script >
55
+ < script type ="text/javascript " src ="../jquery.fullPage.js "> </ script >
56
56
< script type ="text/javascript " src ="examples.js "> </ script >
57
57
< script type ="text/javascript ">
58
58
$ ( document ) . ready ( function ( ) {
63
63
scrollingSpeed : 1000
64
64
} ) ;
65
65
66
- var cont = 0 ;
67
- $ ( document ) . on ( 'click' , '.pepe' , function ( ) {
68
- $ ( ".juan" ) . text ( "weeeeee" + cont ) ;
69
- cont ++ ;
70
- } ) ;
71
-
72
66
} ) ;
73
67
</ script >
74
68
117
111
< h1 > fullPage.js</ h1 >
118
112
< input type ="hidden " name ="id " value ="1 " />
119
113
< p > Create Beautiful Fullscreen Scrolling Websites</ p >
120
- < span class ="pepe " href ="" style ="font-size:4em; "> GOOGLE</ span >
121
114
< img src ="imgs/fullPage.png " alt ="fullPage " />
122
115
</ div >
123
- < div class ="section " id ="section1 ">
116
+ < div class ="section active " id ="section1 ">
124
117
< div class ="slide ">
125
118
< div class ="intro ">
126
119
< h1 > Create Sliders</ h1 >
@@ -171,4 +164,4 @@ <h1>Working On Tablets</h1>
171
164
</ div >
172
165
173
166
</ body >
174
- </ html >
167
+ </ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments