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 的回复
于 2017 年 03 月 18 日 11:23上午
Here's a working jQuery example that uses search. Make sure to change line 11 with your API key.
filmhow 的回复
于 2017 年 03 月 18 日 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 的回复
于 2017 年 03 月 18 日 7:17下午
Travis Bell 的回复
于 2017 年 03 月 19 日 1:09下午
Hi there,
If you have more specific implementation questions, I would suggest asking your question on something like Stack Overflow.
Cheers.
filmhow 的回复
于 2017 年 03 月 20 日 2:13下午
There used to be working examples on the site - are the located somewhere else or are they just removed?
filmhow 的回复
于 2017 年 03 月 21 日 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 的回复
于 2017 年 03 月 22 日 10:33上午
Happy to hear you figured it out.