Ticket #7758 (closed bug: invalid)
.append() adds the previous value of field
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When I use document.getElementById('blah').value = 'something' and then use .append() on that same field, it adds the previous text before I modified the value and then appends to that.
Change History
comment:2 Changed 2 years ago by jitter
Please test against the jquery-git version too this might be fixed by now
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

From this description alone, it is not possible to determine whether or not this is a bug. Please create and provide a working test-case on http://jsfiddle.net, and if you do so, we will be happy to investigate this issue further. Thanks for your time and interest in helping jQuery!