次のコードでエラー「エラー:SYNTAX_ERR:DOM例外12」が発生しました:
var html = '<table><tr><td></td><td><input type="text" name="textArea" value="some text" /></td></tr></table>';
$(this.propertyContainer).html(html)
しかし、このコードではありません:
$(this.propertyContainer).html('<table><tr><td></td><td><input type="text" name="textArea" value="some text" /></td></tr></table>')
propertyContainerのhtmlは次のとおりです。
<div xmlns="http://www.w3.org/1999/xhtml" class="property-grid" style="position: absolute; top: 35px; left: 0px;" id="ext-gen126"></div>
何か考えはありますか?