Opened 10 years ago
Closed 10 years ago
#13612 closed bug (duplicate)
$("select").val() throws a warning
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the .val() Method gives me a warning in the console, if i try to get the value of a select element. no matter through which selector. the problem only appears in firefox 19.0.2. I am not sure but the problem wasn't there on 19.0. IE9 and Chrome are not affected.
Warning: "Das angegebene Attribut auf Attributen sollte nicht mehr verwendet werden. Es liefert immer true."
return !val || val.specified ? elem.value : elem.text;
jquery-1.9.1.js (Zeile 2270)
Browser: Firefox 19.0.2 on Win 7 Fiddle: http://jsfiddle.net/4EuGZ/3/
Change History (2)
comment:2 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #12072.
This will be fixed in 1.10.
Note: See
TracTickets for help on using
tickets.
This looks like a duplicate of ticket:11397 (Please see comment:12:ticket:11397) which is a duplicate of ticket:12072.