We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40e4f5 commit 396a252Copy full SHA for 396a252
1 file changed
test/external-js.html
@@ -18,7 +18,10 @@
18
</head>
19
<body>
20
<div id="pageHeader">Header</div>
21
- <div id="pageContent">Content with Unicode Char 😃</div>
+ <div id="pageContent">Failed to execute. This must be a bug.</div>
22
<div id="pageFooter">Footer</div>
23
+ <script>
24
+ jQuery('#pageContent').text('Javascript executed correctly. Hooray.')
25
+ </script>
26
</body>
27
</html>
0 commit comments