jquery object creation shorthand
$("<div />", { id: "test", name: "test", class: "test-class", css: { width: "100px", height: "100px", backgroundColor: "#fff" } });