In the following block, why do we need the //<![CDATA[ ... //]]>
block?
@using(Script.Foot()) {
<script type ="text/javascript">
//<![CDATA[
$(document).ready(function () {
alert('page loaded');
});
//]]>
</script>
}
Related Questions: