File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="iso-8859-1 ">
5
5
< title > Testing mousewheel plugin</ title >
6
6
7
- < script >
8
- ( function ( ) {
9
- var verMatch = / v = ( [ \w \. ] + ) / . exec ( location . search ) ,
10
- version = verMatch && verMatch [ 1 ] ,
11
- src ;
12
- if ( version )
13
- src = 'code.jquery.com/jquery-' + version ;
14
- else
15
- src = 'code.jquery.com/jquery-git' ;
16
- document . write ( '<script src="http://' + src + '.js"><\/script>' ) ;
17
- } ) ( ) ;
18
- </ script >
19
- < script src ="../jquery.mousewheel.js "> </ script >
20
-
21
7
< style >
22
8
html {
23
9
font : 13px Arial, sans-serif;
116
102
border-bottom-color : # 000 ;
117
103
}
118
104
</ style >
105
+
106
+ < script >
107
+ ( function ( ) {
108
+ var verMatch = / v = ( [ \w \. ] + ) / . exec ( location . search ) ,
109
+ version = verMatch && verMatch [ 1 ] ,
110
+ src ;
111
+ if ( version )
112
+ src = 'code.jquery.com/jquery-' + version ;
113
+ else
114
+ src = 'code.jquery.com/jquery-git' ;
115
+ document . write ( '<script src="http://' + src + '.js"><\/script>' ) ;
116
+ } ) ( ) ;
117
+ </ script >
119
118
< script >
120
119
$ ( function ( ) {
121
120
$ ( '#userAgent' ) . html ( navigator . userAgent ) ;
206
205
}
207
206
} ) ;
208
207
</ script >
208
+ < script src ="../jquery.mousewheel.js "> </ script >
209
209
</ head >
210
210
< body >
211
211
< h1 id ="banner "> jQuery mousewheel.js Test with jQuery < span id ="jqueryVersion "> </ span > </ h1 >
You can’t perform that action at this time.
0 commit comments