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 2dd172a + de8f57d commit b1386c2Copy full SHA for b1386c2
example/templates/jquery/index.html
@@ -5,7 +5,6 @@
5
<title>jQuery Test</title>
6
<style>
7
.hide {display:none;}
8
- #v {font-weight:bold;}
9
</style>
10
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
11
<script type="text/javascript">
@@ -17,6 +16,6 @@
17
16
</head>
18
<body>
19
<h1>jQuery Test</h1>
20
- <p class="hide">If you see this, jQuery <span id="v"></span> is working.</p>
+ <p class="hide">If you see this, jQuery <strong id="v"></strong> is working.</p>
21
</body>
22
</html>
0 commit comments