+ 1
XML Syntax error
Hi All, When I check Firefox console I get the Error message . error analysis XML : Syntax error location : : file:///C:/Users/data.json Number 1 , line 1 Here is the full code, with data Json under JS Script https://code.sololearn.com/WrjeqzsWu6Z4 Do you know what is the problem and how can I solve it please ? Thanks in advance, Red#One
1 Resposta
+ 3
Red#One Error in this code is that you have not include jquery library properly.
I tried and add
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
these lines after opening head tag and your program doesn't throw any errors