I'm working with a CMS, which prevents editing HTML source for <head>
element.
For example I want to add the following above the <title>
tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
You can select it and add to it as normal:
$('head').append('<link />');