Opened 9 years ago
Closed 9 years ago
#14401 closed bug (fixed)
Error when loading a page with application/xhtml+xml
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.11/2.1 |
Component: | support | Version: | 2.1.0-beta1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The new 2.1.0 Beta jQuery won't load into a XHTML page. The following error is being displayed:
SyntaxError: An invalid or illegal string was specified
The problem is line 3974
it reads
div.innerHTML = "<input type='radio' checked name='t'/>";
After changing that to
div.innerHTML = "<input type='radio' checked='checked' name='t'/>";
things seem to work fine so far.
Change History (1)
comment:1 Changed 9 years ago by
Component: | unfiled → support |
---|---|
Milestone: | None → 1.11/2.1 |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
1.x: https://github.com/jquery/jquery/commit/4b378280d350ddd3f096a554763743f1d71c6ddb
2.x: https://github.com/jquery/jquery/commit/2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d