次のように、すべてに二重引用符が含まれるさまざまな文があります。
<h3 class="myClass">Sentence one "ends like this"</h3>
<h3 class="myClass">Sentence two"ends like that"</h3>
<h3 class="myClass">Sentence three "another ending"</h3>
すべてを 1 ページに。基本的にすべての値が異なり、二重引用符の直前に改行を入れようとしているので、次のようになります
<h3 class="myClass">Sentence one <br/>"ends like this"</h3>
<h3 class="myClass">Sentence two <br/>"ends like that"</h3>
<h3 class="myClass">Sentence three <br/>"another ending"</h3>
正直なところ、分割、テキストの間でどのjQuery関数を使用する必要があるかについて、私はちょっと混乱していますか?助けていただければ幸いです。これを行う方法を理解する必要があります...どうもありがとう!