Abrir menú principal

Cambios

sin resumen de edición
var abbrs = {};
$("ul#listwidget-1 li a").each(function (i) {
console.log(this.firstChild.nodeValue)
abbrs[this.firstChild.nodeValue] = this;
});