Opened 11 years ago
Closed 11 years ago
#10380 closed bug (invalid)
$('select').attr('type') return undefined
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | attributes | Version: | 1.6.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In versions 1.6.3 and 1.6.4 attr('type') for select returns undefined value. In 1.5.2 this command returns 'select-one'. Have another command to verify input type?
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Milestone: | None → 1.7 |
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Use
.prop()
http://jsfiddle.net/rwaldron/jw8eF/1/