Today I noticed that when I try to close my <script>
it makes or breaks my page. For example, this works:
<script src="scripts/jquery.js" type="text/javascript"></script>
but this is not so:
<script src="scripts/jquery.js" type="text/javascript" />
The file appears when I use IE Developer Tools, but it looks like it is simply ignored. Has anyone seen this or knew why this could happen? Thanks in advance!
lhan
source share