Opened 9 years ago
Closed 9 years ago
#14232 closed bug (invalid)
IE8 val() does not work if used as class not id
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
On IE8 the val() method does not work with class selector. jquery version : jquery-1.9.0.js
This one did not worked : $('.password1').val() (always returned empty string even if you enter something in the input field) This one worked : $('#password1').val()
The element had both class and id. <input class="samePassword password1 placeholder" id="password1" type="text" placeholder="Nyt kodeord" value=""/>
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 9 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!
Seems really unlikely. Please provide a complete test case in jsFiddle or ask for help on a forum.