ThinAir: Create DOM Elements Without Sweating
Announcing yet another tiny javascript library: ThinAir.ThinAir is a DSL for creating DOM elements on-the-fly. Example, if you want to create a text input:var elm = thinair.input({type: 'text',...
more