私はdivを持っています
<div id="dialog-confirm-error-validating-choices" title="Pop up">
<p><span class="floatLeft"></span>
<p id="error-message"></p></p>
</div>
jQueryで選択して変数に入れます
var messageDialog = $('#dialog-confirm-error-validating-choices');
この変数内の要素の内部htmlを設定したい
messageDialog.filter('#error - message').innerhtml("Hello");
これはどのように行われるのですか?できますか?