Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Please test against the jquery-git version too this might be fixed by now
comment:3 Changed 12 years ago by
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!
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!