SyntaxFix
Write A Post
Hire A Developer
Questions
<script> ... ...jQuery("<script></script>")... ... </script>
The </script> within the string literal terminates the entire script, to avoid that "</scr" + "ipt>" can be used instead.
</script>
"</scr" + "ipt>"