Modify ↓
Ticket #10788 (closed bug: duplicate)
Line: 2479 Error: Object doesn't support property or method 'getAttributeNode'
| Reported by: | greg@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This is the same issue as in Ticket #10390.
the code is a bit more complicated but the guts of it are :
CODE: $('body').append('<div id="ClickMenu"></div>'); var hm = $('#ClickMenu'); hm.stop().fadeIn('fast'); ERROR LOCATION
Results in:
Line: 2479 Error: Object doesn't support property or method 'getAttributeNode'
Happens when running IE9 in compatibility note (Document Mode ie7 standard under IE developer tools)
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.
Note: See
TracTickets for help on using
tickets.
