Opened 9 years ago
Closed 9 years ago
#14889 closed bug (notabug)
about jquery mobile Radio buttons,can add name="id" in form
Reported by: | 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>
Note: See
TracTickets for help on using
tickets.
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/