JQuery Autosuggest Del.icio.us Style

We have already suggested some type of autosuggest or so-called autocomplete solutions previously. If you are familiar with the social bookmark del.icio.us, you already know how useful the autosuggest feature is when you tag a new link in your bookmark. As soon as you start typing, some tags are suggested to you. This feature basically present two major advantages:
1. Ease your user experience on your site.
2. Avoid/Reduce the risk of having duplicate tags in your database.

You will be provided with a sample server-side (php/mysql) and client-side (javascript) script.

demo

demo

One Comment to “JQuery Autosuggest Del.icio.us Style”

Noel Pulis
Jan 6, 2010 at 10:03 am

Hi,

Thanks for the sample. I just have a question… is it possible to put he suggestions as a drop list? so that if you something on the right it doesn’t get overlapped?

Thanks.


 

Reply

Chances are we probably missed a code or snippet you were looking for. Let us know about it and we will add it right away. Suggest a Code.