Loading DIV content via ajax as HTML
I think I have a very simple question, but I couldn't find a solution. So what I want is to load a DIV content via HTML. The problem is that it is not just a text, but also an image. The ajax call returns the HTML code, but this is displayed in the DIV as HTML and is not executed. Difficult to explain, but obvious from the example... The AJAX call returns the string: <img src="/images/weather/1.png" width="80px"><br>3.3 °C The problem is obvious. Instead of an image and the 3.3°C in the div, I get the actual code, so instead of the image I see img src=.... I know that i need to somehow decode