Side navigation
#12496 closed bug (invalid)
Opened September 10, 2012 12:34AM UTC
Closed September 24, 2012 08:59AM UTC
#<HTMLButtonElement> has no method 'apply'
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<table cellspacing="0" cellpadding="3">
<tr>
<td>Person ID : </td>
<td><input id="PersonIDTxt" data-bind="value:resultPerson.PersonIDTxt"/></td>
</tr>
<tr>
<td>First Name : </td>
<td><input id="FirstNameTxt" data-bind="value:resultPerson.FirstNameTxt"/></td>
</tr>
<tr>
<td>Last Name : </td>
<td><input id="LastNameTxt" data-bind="value:resultPerson.LastNameTxt" /></td>
</tr>
<tr>
<td>Age : </td>
<td><input id="AgeTxt" data-bind="value:resultPerson.AgeTxt"/></td>
</tr>
<tr>
<td>Gender : </td>
<td><input id="GenderTxt" data-bind="value:resultPerson.GenderTxt"/></td>
</tr>
<tr>
<td colspan="2"><b>Address</b></td>
</tr>
<tr>
<td>Line 1 : </td>
<td><input id="Line1Txt" data-bind="value:resultPerson.Line1Txt"/></td>
</tr>
<tr>
<td>Line 2 : </td>
<td><input id="Line2Txt" data-bind="value:resultPerson.Line2Txt"/></td>
</tr>
<tr>
<td>City : </td>
<td><input id="CityTxt" data-bind="value:resultPerson.CityTxt" /></td>
</tr>
<tr>
<td>State : </td>
<td><input id="StateTxt" data-bind="value:resultPerson.StateTxt"/></td>
</tr>
<tr>
<td>Zipcode : </td>
<td><input id="ZipcodeTxt" data-bind="value:resultPerson.ZipcodeTxt"/></td>
</tr>
<tr>
<td colspan="2">
<button id="AddPerson" type="submit" data-bind="click:AddPerson"> Add </button>
</td>
</tr>
</table>
<input id="msglbl" type="hidden" />
</fieldset>
</td>
</tr>
</table>
</div>
Attachments (0)
Change History (2)
Changed September 10, 2012 12:37AM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed September 24, 2012 08:59AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
There's no jQuery in there. Can you please link to a minimal test case that demonstrates the problem?