Opened 12 years ago
Closed 12 years ago
#7170 closed bug (invalid)
jQuery encodes ampersand in &2sup;
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The "squared" or "superscript 2" entity is not recognised by jQuery's html() function, and as such when I try to do $(o).html('&2sup;') the resulting html is '&2sup;' for the object in question.
Note: See
TracTickets for help on using
tickets.
Oh dear. I feel stupid now. It's ²... sorry everyone. I thought I'd tried everything... :|