I have a called spn1, which has some style from inline + CSS file.
spn1
I have another called spn2
spn2
Something
var replica=$('#template').clone(); replica .removeAttr('id') .css('display', 'block') .find('span').text('Whatever'); replica.appendTo('#container');