Side navigation
#14496 closed bug (fixed)
Opened October 30, 2013 04:31PM UTC
Closed October 30, 2013 04:42PM UTC
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.
Attachments (0)
Change History (1)
Changed October 30, 2013 04:42PM UTC by comment:1
component: | unfiled → support |
---|---|
milestone: | None → 1.11/2.1 |
priority: | undecided → low |
resolution: | → fixed |
status: | new → closed |
Fixed by https://github.com/jquery/jquery/commit/2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d