i want to append a style sheet(css) link to the head of an iframe using jquery . i tried with the following code but not working.
$(\'#tabsFrame\').contents(
well, you can check with this:
$('#tabsFrame').contents().find("head")[0].appendChild(cssLink);