File tree 1 file changed +31
-12
lines changed
1 file changed +31
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < title > hashtag demo</ title >
7
- < link rel ="stylesheet " href ="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css " />
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ < title > hashtag demo</ title >
7
+ < link rel ="stylesheet " href ="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css " />
8
8
< script src ="//code.jquery.com/jquery-1.10.2.min.js "> </ script >
9
9
< script src ="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js "> </ script >
10
+ < style >
11
+ html ,
12
+ body {
13
+ padding : 0 ;
14
+ margin : 0 ;
15
+ }
16
+ html ,
17
+ .ui-mobile ,
18
+ .ui-mobile body {
19
+ height : 85px ;
20
+ }
21
+ .ui-mobile ,
22
+ .ui-mobile .ui-page {
23
+ min-height : 85px ;
24
+ }
25
+ .ui-content {
26
+ padding : 10px 15px 0px 15px ;
27
+ }
28
+ </ style >
10
29
</ head >
11
30
< body >
12
- < p > Touch here to see what happens.</ p >
13
- < script >
14
- $ ( function ( ) {
15
- $ ( document ) . on ( "vclick" , "p" , function ( ) {
16
- $ ( this ) . append ( ' <span style=" color:#108040;" > vclick fired...</span>' ) ;
17
- } ) ;
18
- } ) ;
19
- </ script >
31
+ < p > Touch here to see what happens.</ p >
32
+ < script >
33
+ $ ( function ( ) {
34
+ $ ( document ) . on ( "vclick" , "p" , function ( ) {
35
+ $ ( this ) . append ( " <span style=' color:#108040;' > vclick fired...</span>" ) ;
36
+ } ) ;
37
+ } ) ;
38
+ </ script >
20
39
</ body >
21
40
</ html >
You can’t perform that action at this time.
0 commit comments