私はこのコードを持っています:
<div class="bodytext1typeenc">Ce qu’il faut retenir
<div class="al">Budget «solidarités».</div>
</div>
「Ce qu'il faut retenir」だけを入手したい。私はこれを試しました:
$('.bodytext1typeenc').text() // --> doesn't work.
$('.bodytext1typeenc').remove('.al') // --> doesn't work.
何か助けてください?ありがとう !