AutoComplete

JSON Suggest Box

JSON Suggest Box

Turn a text box into an auto suggest box which search’s and displays results specified in a JSON string either on construction or dynamically. The set of results can contain images and extra details about each item. If must atleast contain the text to actually search on. The chosen item can optionally be sent to […]

Auto-Complete Field with jQuery

I thought i would write this tutorial because most of the auto completer applications i have seen just dump the code into a zip and tell you how to use it rather than how and why it works, knowing about this enables you to customise it a lot more (this has been demonstrated with the […]

Auto-Complete Field with jQuery - Code Explained

Hello! As I promised, I’ll be explaining all the JavaScript code of the auto-complete field in this post. If you haven’t read the previous post where I talk about the auto-complete field take a moment to read it first before continuing. Now take some cookies because the post is quite long. Be comfortable and let’s […]

Load More