Side navigation
#14889 closed bug (notabug)
Opened March 14, 2014 03:52AM UTC
Closed March 16, 2014 03:54PM UTC
about jquery mobile Radio buttons,can add name="id" in form
Reported by: | 7385350@qq.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when form has input name="id", click radio button throw error [TypeError: a.substring is not a function]
a simple form ,
<form id="form1" name="form1" method="post" action="">
<input type="hidden" name="id" />
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<input type="radio" name="radio-choice-b" id="radio-choice-c" value="list" checked="checked">
<label for="radio-choice-c">List</label>
<input type="radio" name="radio-choice-b" id="radio-choice-d" value="grid">
<label for="radio-choice-d">Grid</label>
</fieldset>
</form>
Attachments (0)
Change History (1)
Changed March 16, 2014 03:54PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
This is the jQuery core bug tracker, per the notices everywhere on this site. Please ask for help on a forum. See also http://kangax.github.io/domlint/