Я не мог найти многого от Googling, но я, вероятно, Google Googling неправильные термины.
Я пытаюсь понять, что означает "el" в "$.el": http://joestelmach.github.com/laconic/
$.el.table(
$.el.tr(
$.el.th('first name'),
$.el.th('last name')),
$.el.tr(
$.el.td('Joe'),
$.el.td('Stelmach'))
).appendTo(document.body);
Спасибо заранее!