Need an example of how to make a selection from the drop-down list and display the data contained in the JSON file. I have searched forums, youtube videos, and google and can’t find anything to reference how to even comprehend how to do this, and an example of how would be appreciated.
JavaScript/JQUERY
Reference: https://www.youtube.com/watch?v=WZNG8UomjSI
JSON –> https://jsonplaceholder.typicode.com/users
JS: https://1drv.ms/u/s!AqJxwW9LYb9fhJxUga6tQihhB1tViA?e=BJyv8l
HTML: https://1drv.ms/u/s!AqJxwW9LYb9fhJxWNJBoZEkCK4dHww?e=6sI6x4
Sample Solution