SyntaxFix
Write A Post
Hire A Developer
Questions
If this is your detail.html I don't see where do you load detail.js? Maybe this
detail.html
detail.js
<script src="js/index.js"></script>
should be this
<script src="js/detail.js"></script>
?