Side navigation
#10380 closed bug (invalid)
Opened September 29, 2011 02:27PM UTC
Closed September 29, 2011 02:42PM UTC
$('select').attr('type') return undefined
| Reported by: | fred.wuerges@gmail.com | 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?
Attachments (0)
Change History (1)
Changed September 29, 2011 02:42PM UTC by comment:1
| component: | unfiled → attributes |
|---|---|
| milestone: | None → 1.7 |
| priority: | undecided → low |
| resolution: | → invalid |
| status: | new → closed |
Use
.prop()http://jsfiddle.net/rwaldron/jw8eF/1/