I want to create a tag search/suggestion div as it is shown in stackoverflow at the bottom when I try to type a Tag and it gives me suggestion. I want to use JQuery UI. Can some one suggest me how to do it when I type in textbox. Any sample code of link please. thanks
Regards,
Dev
jQuery UI Autocomplete is your way to go. You can configure it to look exactly the one StackOverflow has.