Como conseguir um?
A cópia do código é a seguinte:
<div>
<pan>
UM
<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;
função al () {
alerta (a);
}
window.onload = al;
</script>