Feb
28
2013
28
2013
HTML5 Datalist
The <datalist> tag is new in HTML5, it provide autocomplete features on input elements just like what you can see when you type in google search. People will see a drop down list of pre-defined options as type in the input text box. Previously i was using Ajax to build the autocomplete, but now i [...]

