We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daac928 + 3271c1e commit 5e772e6Copy full SHA for 5e772e6
resources/hashtag/example1.html
@@ -18,7 +18,7 @@
18
#nav {
19
font-size: 200%;
20
width:17.1875em;
21
- margin:0 auto;
+ margin:17px auto 0 auto;
22
}
23
#nav a {
24
color: #777;
@@ -71,10 +71,7 @@
71
72
// To change src attribute of parent iframe element
73
$('.hashExLink').on('click', function() {
74
-
75
window.parent.document.getElementById( "hashtagIframe" ).src = "/resources/hashtag/example1.html" + $(this).attr( "href" );
76
- //window.parent.document.getElementById('hashtagIframe').href = '/resources/hashtag/example1.html' + $(this).href;
77
- //window.parent.document.getElementById('hashtagIframe').location.href='/resources/hashtag/example1.html' + $(this).href;
78
});
79
80
</script>
0 commit comments