copydoc,
если необходимо добавить элемент то можно так
jQuery( html, attributes )
$("<div/>", {
"class": "clickme",
text: "Нажми на меня!",
click: function(){
$(this).html('Спасибо.');
}
}).appendTo("body");
http://api.jquery.com/jQuery/#jQuery-html-attributes