Running a validation on my pages where I used jQuery gives me lots of errors.. I escaped the closing tags but keep getting errors.
<script type="text/javascript">
$(document).ready(function() {
$("#main").html('<p>hello world<\/p>');
});
</script>