I am really new to jquery and all that i need to make a simple search box and button that when i enter the name of a movie it will list it for example batman and list all the movies under that title i have looked on the site at the documention for this but i dont not understand the examples can somebody help me plz
Can't find a movie or TV show? Login to create it.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Travis Bell Erabiltzailearen Erantzuna
Apirila 1, 2014 egunean 10:15 AM(e)tan
Hi jamiex304,
There is a small jQuery example I've shared in the past here: http://dev.travisbell.com/play/tmdb.html
Make sure to enter your API key on line 11. It doesn't do much other than take the results of a AJAX request and print them out in to a list. Hopefully that's enough to get you started.
Cheers.
jamiex304 Erabiltzailearen Erantzuna
Apirila 1, 2014 egunean 3:59 PM(e)tan
thanks for getting back worked great one other question how can get the plot
Travis Bell Erabiltzailearen Erantzuna
Apirila 1, 2014 egunean 4:01 PM(e)tan
You can't with the search. You would have to issue a full movie request:
Cheers.
jamiex304 Erabiltzailearen Erantzuna
Apirila 1, 2014 egunean 4:27 PM(e)tan
do u have an example of this type of request im really new to all of this