Custom Query (13852 matches)
Results (55 - 57 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15183 | duplicate | appendTo not working when appending to head in IE8 | ||
Description |
Hi, I have this simple script that creates a stylesheet and appends it to the head: function Start() { var TheCSS = 'body{background:red;}'; $('<style type="text/css" rel="stylesheet"></style>') .html(TheCSS) .appendTo("head"); } $(Start); As you can see in this jsFiddle http://jsfiddle.net/mej4h/, it doesn't work in IE8. Sylvain Courcoux. |
|||
#15180 | migrated | Download builder | ||
Description |
Let's have an official download builder. |
|||
#15179 | migrated | Syntax errors in minified sources | ||
Description |
Both current versions (2.1.1, 1.11.1) have syntactic errors in their minified distribution files which prevents compilation in strict mode. Try to execute them when prefixed by "use strict": Syntax error: FunctionDeclaration in Statement context (If you're not sure what that means, have a look at this StackOverflow question). I'm not familiar with the build process, this might either be a bug in the minifier, or wrong usage of the minifier, or some problems with the custom build process of jQuery. If it's not your fault, please file an upstream bug with the used minifier. |