I\'ve got an issue with jquery where I set the html of a div using the html method, but it does not set it correctly.
Here\'s the stripped down code I\'m using:
As Aito says, you need double quotes:
$('#results').html("DM");