Skip to content

How do i display the genres of a particular movie from tmdb api

I am trying to get the details of the the movie using tmdb api so fall everything was good until i tried to display all the genres of that movie This is what i tried but its only showing one genre And can anyone help me simplify the code what i tried Answer You are getting only one genre because

Image on load function in jQuery

I have pictures on the site I want to do (If the image has been downloaded, delete p) But I was surprised that ‘load’ has been removed from the new jQuery version Answer Your code works. I used JQuery Version 3.6.0 If you want just a special p to remove give the image an id That’s it. So inc…

Line graph with linear timescale in Chart.js

I’m trying to use Chart.js 3.3.2 to display some a line graph with an equally spaced x date axis. Like the example they give here. I cannot get a simple version of this example working (see below snippet) as it outputs the error: Error: This method is not implemented: Check that a complete date adapter …