There is a great example that I used successfully with your old database a few years ago. https://www.smashingmagazine.com/2012/02/beginners-guide-jquery-based-json-api-clients/ This doesn't work with the current db, can you please send a link to working examples. My jquery is rusty and I've been trying to figure out which } or ) or ; I'm missing for the past hour. If I come up with a working one before you answer I'll post it.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 18, 2017 في 11:23 صباحا
Here's a working jQuery example that uses search. Make sure to change line 11 with your API key.
رد بواسطة filmhow
بتاريخ مارس 18, 2017 في 7:10 مساءا
That was quick! Thanks for the fast reply! No, unfortunately I mean I need a lot more, as in something with a working input box. I took your code and inserted my api and did in fact get results for the fight club options. Now I'd like to be able to get an input box that will output any movie results, not just fight club. The really great working example above had a way to get a poster. I'm trying to combine both you and the other example. Here is what I have that doesn't work at all.: (by the way it is ok if you just say, "no, I don't code for free", like I said I'll eventually figure this out and post my own example) Thank you!!
رد بواسطة filmhow
بتاريخ مارس 18, 2017 في 7:17 مساءا
رد بواسطة Travis Bell
بتاريخ مارس 19, 2017 في 1:09 مساءا
Hi there,
If you have more specific implementation questions, I would suggest asking your question on something like Stack Overflow.
Cheers.
رد بواسطة filmhow
بتاريخ مارس 20, 2017 في 2:13 مساءا
There used to be working examples on the site - are the located somewhere else or are they just removed?
رد بواسطة filmhow
بتاريخ مارس 21, 2017 في 6:20 مساءا
found a working example! http://anthonybrown.github.io/movie-poster/
pure brilliant genius. Just have to change two things to get it working: var api key: "your api key here"; var baseimg = "http://image.tmdb.org/t/p/w185//";
رد بواسطة Travis Bell
بتاريخ مارس 22, 2017 في 10:33 صباحا
Happy to hear you figured it out.