JQuery $(“#content”).append not working

You are trying to find an element with tagname qwerty in the dom like <qwerty>sometext</qwerty> and append it to #content.

To append the string qwerty to #content use

$("#content").append("qwerty");

Demo: Fiddle

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)