Skip to content

Commit 396a252

Browse files
committed
Extend js file example
1 parent e40e4f5 commit 396a252

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/external-js.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
</head>
1919
<body>
2020
<div id="pageHeader">Header</div>
21-
<div id="pageContent">Content with Unicode Char 😃</div>
21+
<div id="pageContent">Failed to execute. This must be a bug.</div>
2222
<div id="pageFooter">Footer</div>
23+
<script>
24+
jQuery('#pageContent').text('Javascript executed correctly. Hooray.')
25+
</script>
2326
</body>
2427
</html>

0 commit comments

Comments
 (0)