Skip to content

Instantly share code, notes, and snippets.

View roperzh's full-sized avatar

Roberto Dip roperzh

View GitHub Profile
show_autocomplete: function (itemName, collection) {
var accentMap = {
"á": "a",
"é": "e",
"í": "i",
"ó": "o",
"ú": "u",
"ñ": "n"
};