Is there any way to inject a css file or javascript file dynamically into the head tag of an HTML document.
Here is the scenario :
I make an ajax call, it basically brings back some HTML, the css and events are stored in a separate file.
What i need is, that the link and scripts are put into the head tag.