HTML is not being interpreted after JQuery's .ajax function
- by Casidiablo
Hello there...
Once I have retrived an HTML string with the $.ajax function I put it into a div... the HTML is a simple message with a <b> tag, but it's not being interpreted by the browser, I mean, the <b> is not making the text bold.
Here is what I do:
$.ajax({
url:…