jlovejo2 / Multi-Media-Search-App

This is a website that can search movies, books, and video games to find like material.
0 stars 3 forks source link

slight fixes to index file, and updating javascript code for game ajax query #14

Closed jlovejo2 closed 4 years ago

jlovejo2 commented 4 years ago

Index file: 1 - fixed javascript link in index.html 2 - added id attribute to input tag in form on html

javascript: finished code for game api ajax query that writes data pulled from response object into a row divs with a limit of four columns regardless of the resp object length. Will generate as many rows as necessary.