Does jQuery have the equivalent of Object # tap ?
Suppose I want to do something like this:
foo.append($("<nav>").tap(function (nav) { $.each(urls, function (url) { nav.append("<a>").attr(url).text(url) }) })
It is called .each
.each
nodes.each(inspect).map(mapper).each(inspect).etc()