Comment obtenir <head>
contenu de la page actuelle
Réponses
Trop de publicités?
Nick Craver
Points
313913
Vous pouvez utiliser un sélecteur d'élément pour obtenir <head>
par exemple :
$("head")
//for example:
alert($("head").html()); //alerts the <head> children
egoproxy
Points
140