I'd like to insert dynamiccaly some balises of HTML in the head of the web document. I've tried to add :
$("head").append("<style type=\"text/css\"> @import \"http://ajax.googleapis.com/ajax/libs/dojo/1.5/dojox/grid/resources/claroGrid.css\";.container { text-align: center; margin: 10px; } .info { margin: 10px; }</style>");
But it looks like it doesn't work...
Do you know if it's possible to add dynamiccaly some content in the head balise?
Thank you very much,
Bat