File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 20
20
width : 17.1875em ;
21
21
margin : 0 auto;
22
22
}
23
-
24
23
# nav a {
25
24
color : # 777 ;
26
25
border : 2px solid # 777 ;
30
29
float : left;
31
30
margin-right : 0.3em ;
32
31
}
33
-
34
32
# nav a : hover {
35
33
color : # 999 ;
36
34
border-color : # 999 ;
37
35
background : # eee ;
38
36
}
39
-
40
37
# nav a .selected ,
41
38
# nav a .selected : hover {
42
39
color : # 0a0 ;
73
70
$ ( window ) . hashchange ( ) ;
74
71
75
72
// To change src attribute of parent iframe element
76
- $ ( . hashExLink ) . on ( 'click' , function ( ) {
77
- Top . document . getElementById ( 'hashtagIframe' ) . location . href = '/resources/hashtag/example1.html' + $ ( this ) . href ;
73
+ $ ( ' .hashExLink' ) . on ( 'click' , function ( ) {
74
+ window . top . document . getElementById ( 'hashtagIframe' ) . location . href = '/resources/hashtag/example1.html' + $ ( this ) . href ;
78
75
} ) ;
79
76
} ) ;
80
77
</ script >
You can’t perform that action at this time.
0 commit comments