ravenloue / TMDB-TrendingSearch

A mobile-friendly webpage that utilizes TMDB's API to retrieve daily or weekly trends for movies, tv shows and people involved in the industry.
https://ravenloue.github.io/TMDB-TrendingSearch/public/
1 stars 0 forks source link

Create event listeners for each of the cards #17

Closed ravenloue closed 1 year ago

ravenloue commented 1 year ago

First step is figuring out how to populate event listeners for each card without knowing which cards are available ahead of time

ravenloue commented 1 year ago

Tried using query selector to pull items with with an id into a list, but kept getting all of the tags with ids.

Found out I could limit it only to certain tags, so now its only for h4 tags.