How to Create Simple Movie Search App With jQuery UI
Tutorialzine is sharing tutorial how to build a simple AJAX movie search form using jQuery UI’s autocomplete widget,. The script is going to use TheMovieDatabase.org‘s free API, to provide auto suggestions against a vast database of movie titles.
When you start typing a movie title in the text box of the form, an AJAX request is sent to moveInfo.php. This script sends a search request to TMDb’s API, with our developer key. The service returns a JSON object with suitable movie titles. The script processes them and outputs them back as a response to the AJAX request. Before being able to use the API, you need to get a free developer key from TMDb after a quick registration.
Requirements: jQuery framework, jQuery UI,TheMovieDatabase.org‘s API
Demo: http://demo.tutorialzine.com/2010/08/simple-movie-search-app-jquery-ajax/movieApp.html#
License: License free
1 Comment
Mooby@Free Mobile Games
08.16.2010
Mufti Ali dude your tutorials are really awesome,keep the good work up
Mooby@Free Mobile Games´s last blog ..ip chat v4 S60v3 SymbianOS9x Signed applications
There are no trackbacks to display at this time.