Posts by isaloredo • 1 point
1 post
-
0
votes1
answer13280
viewsQ: how to load JSON file in JS and load search result in HTML code?
I made this javascript code, in a . js file, where my intention is to take the data from a JSON file and use it in my HTML. I don’t know how to use the $.getJSON function in my code to do this and…