Modify ↓
Ticket #2083 (closed bug: invalid)
Error near "Compute a unique ID for the element" in IE7
| Reported by: | cfdvlpr | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
IE7 is complaining about this line: id = elem[ expando ] = ++uuid;
Change History
comment:2 Changed 5 years ago by bmatzner
Hi, I have encountered the same error. Test case isn't ready to be published yet and hard to isolate. However, I can describe where it occurs: I'm loading an xhtml file via load() into a div. The loaded xhtml contains spans with class "changeme". Thereafter, I'm changing the html of these spans by doing $('.changeme').html('whatever'); This is where the error occurs.
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.

Could you provide a test case where this is breaking for you?