Opened 10 years ago
Closed 10 years ago
#14496 closed bug (fixed)
jQuery 2.1.0-beta1 fails to initialize in a XHTML page
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.11/2.1 |
Component: | support | Version: | 2.1.0-beta1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The row 3974
div.innerHTML = "<input type='radio' checked name='t'/>";
inserts and invalid XHTML string, so jQuery fails to initialize.
Changing it to
div.innerHTML = "<input type='radio' checked='checked' name='t'/>";
solves the problem.
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → support |
---|---|
Milestone: | None → 1.11/2.1 |
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by https://github.com/jquery/jquery/commit/2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d