Comment obtenir un?
La copie de code est la suivante:
<div>
<span>
UN
<span> 123 </span>
</span>
</div>
<script type = 'text / javascript' src = '. / jQuery-1.7.2.min.js'> </ script>
<script type = 'text / javascript'>
var a = $ (". Content") [0] .firstChild.data;
fonction al () {
alerte (a);
}
window.onload = al;
</cript>