jQueryPlugins
jQueryPlugins copied to clipboard
stylesheet: Change Pos
I noticed that your placing the stylesheets into the body instead of the header.
I think it should be:
if (!opts["overrideElementCSS"]) {
$("link", document).filter(function () {
return $(this).attr("rel").toLowerCase() == "stylesheet";
}).each(function () {
html.push('');
});
}
else if (opts["overrideElementCSS"]) {
if (opts["overrideElementCSS"].length > 0) {
for (var x = 0; x ');
else
html.push('');
}
}
}