ajouter la balise span dans l'ancre dans jquery

Comment ajouter la balise span dans d'ancrage, un changement de

<a href="somewhere.html">Here is the link to somewhere.</a>

à ce avec jquery

<a href="somewhere.html">
<span>Here is the span content.</span>
Here is the link to somewhere.
</a>
Rechercher html() en jQuery docs et de l'utiliser pour modifier l'ancre de contenu.

OriginalL'auteur bocca | 2010-01-06