WordPress – I want to create a search box for JSON data using JavaScript and get a popup if content exists or not
I have this code to search through my JSON data, but I want when I search, I get a popup saying if it exists or not in my JSON file. How can I fix it? I basically need an HTML…