Reputation: 1310
i used jquery "html" function:
$('#color .updateMoney').html('1');
to replace a certain string but instead it replace the content with an anchor wrapping like this:
<a xmlns="http://www.w3.org/1999/xhtml">1</a>
Why is that so?
Upvotes: 0
Views: 92