jQueryPlugins icon indicating copy to clipboard operation
jQueryPlugins copied to clipboard

stylesheet: Change Pos

Open Vyeche opened this issue 13 years ago • 0 comments

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('');
                }
            }
        }


Vyeche avatar Aug 11 '11 14:08 Vyeche