I want to make a datalist which work like a html5 datalist.As you can see in many website like google when you enter any keyword it gives a relative words for auto completaion.I know google use database for auto compeltaion But it is not a problem,I want to get only like this list.
http://www.quackit.com/html_5/tags/h...talist_tag.cfm
Here is a html5 datalist.But old doesnot support this.I want to make a datalist like this in javascript which works in all browser except those who do not support javascript. Please help me.Thanks.