Modify ↓
Ticket #5944 (closed bug: invalid)
1.4.1: IE8 attr() can return null instead of undefined
| Reported by: | vipsoft | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4.2 |
| Component: | attributes | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I don't know if this is a compat buster (or regression) because with 1.3.2, we used the X-UA meta tag for IE7 compatibility mode.
Example:
var style = $(this).prev().attr('class');
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.

It's not clear from the description what the bug is or what the desired resolution should be. Can you provide a complete test case?