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.
1 parent d6d9ed0 commit 4ac987dCopy full SHA for 4ac987d
index.html
@@ -28,7 +28,7 @@
28
})();
29
30
</script>
31
-<script>$('a').click(alert(123))</script>
+<script>$('a').click(function(){alert(123)})</script>
32
</head>
33
<body>
34
0 commit comments