javascript - Converting String to DOM -


my ajax functions gives me html-elements string back, , string want append in document dom element.

something like

parentnode.appendchild(responsetext); 

what best way this.

parentnode.innerhtml += responsetext; 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -