Ticket #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: | hezekiah316@… | |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Please reopen with a complete test case that demonstrates the problem, both html and script. Thanks.