Hi guys,
I was just doing some validation and got some errors due to my javascript...
Error: document type does not allow element "strong" here
$('#myobject').html('<strong>'+multiplier+'</strong><small> objects</small>');
It seems fairly straight forward... i'm putting some html in a html function but w3c doesn't like it... Is there a doctype more suited to this?