With fast processing websites in huge demand, developers have
switched their preferences. From adding new functionality, to make their
responsive frameworks lightweight while ensuring seamless and fast
processing across all devices. Having a lightweight and responsive
website is the need of the hour as visitors usually don’t prefer sites
that take time to load.
In this era of speed, all you need is a lightweight and solid base to
build your responsive website. Here are a few lightweight front-end
frameworks that can aid you in your work.
get head content of page with jquery
by Unknown in javascript , jquery 0
You can use this code:
With Jquery
$("head")
//for example:
alert($("head").html());
With JS:
var headContent = document.getElementsByTagName("head")[0].innerHTML;