Although jQuery UI is an exceptional set of solid tools and great at theming your jQuery apps into your sites, I’ve done very little with it. However, after some frustration with an auto-complete snippet I’ve been using, I decided to look around for better options. jQuery UI has a solid example and I came upon a funny little movie database plugin that uses it, one that has the features I desire for my app. Tada! instant tutorial on how to implement a better auto-complete.
Yes, I know that this is really a plugin, but I’m not interested in looking up movie titles. Few people will need this plugin. But the source is free and open and we can get mcuh more out of it than just movie titles if we use it as a learning experience. The way it is presented on Tutorialzine does cover using the TMDb API, but we can ignore that and envision using our own data or any other API we might like (e.g. Twitter? No! Not another Twitter app!)







