Datalist
Plugin
$('[list]').dataList({
callback: function(input, value, text) {
console.log(input, value, text);
}
});