Opened 13 years ago
Closed 13 years ago
#6408 closed bug (invalid)
Trouble using jQuery in IE8
Reported by: | jfalter0 | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
In all browsers I have set up, except IE, I have no problem with my Javascript. Using the same javascript source, I get the following message from IE8 (compatibility mode or IE8 mode): "Unexpected call to method or property access."
It occurs on line 4075 character 5:
4072: append: function() {
4073: return this.domManip(arguments, true, function( elem ) {
4074: if ( this.nodeType === 1 ) {
4075: this.appendChild( elem );
4076: }
4077: });
4078: },
Thanks for exploring this.
Please reopen with a complete test case that demonstrates the problem, both html and script. Thanks.