br
以下のように、最後に複数のタグが含まれることがある検証の概要があります。
<div id="ValidationSummary1" class="alert alert-error">
Last 4-digits of Social Security number does not match
the Member record on file for the Member ID number you
have entered.<br />
Date of Birth does not match the Member record on file for the Member ID
number you have entered.<br /><br />
</div>
br
背中合わせに2つのタグがあるときはいつでも見つけて、以下のようなものに置き換えようとしています:
$('#ValidationSummary1').replace('<br /><br />', '<br />');
機能がないことは理解していreplace()
ます。このような単純なものに代わるものは何でしょうか?