a = $.map(a, function(b) { var a = $("<input/>", { val: $(b).attr("href"), on: { input: function() { $(b).attr("href", this.value) } } }),