var container = $("#spring") var spring = $("#spring").text().split("") $("#spring").html("") for(s in spring){ container.append(""+spring[s]+"") }