Opened 15 years ago
Closed 14 years ago
#3259 closed bug (duplicate)
jQuery attr returns unexpected value
Reported by: | ben | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ben | |
Blocked by: | Blocking: |
Description
$("some_input_element").attr("value") returns the inner HTML of the input element on Internet Explorer (see attached test case). In Firefox 3, it behaves as expected, returning the "value" attribute of the input element.
Please see this link for the thread I started on the jQuery discussion list. It has more details on what I think may be wrong: http://groups.google.com/group/jquery-en/browse_thread/thread/d57e772b6dc94519/a74a39c78c7f58fd?lnk=gst&q=attr#a74a39c78c7f58fd
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | test_ie_attr.html added |
---|
comment:1 Changed 15 years ago by
Cc: | ben added |
---|---|
Owner: | set to flesler |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicate of #1954
Note: See
TracTickets for help on using
tickets.
HTML test of behavior