Side navigation
#1469 closed bug (duplicate)
Opened August 06, 2007 05:08PM UTC
Closed August 10, 2007 01:10AM UTC
.attr("maxlength") broken for textarea
| Reported by: | shauke | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.4 |
| Component: | core | Version: | 1.1.3 |
| Keywords: | textarea attr maxlength | Cc: | |
| Blocked by: | Blocking: |
Description
$("textarea").attr("maxlength") is broken since jQuery 1.1.3 (works fine in 1.1.2).
.attr("maxlength") works fine for input type="text" and getting other attributes from textarea also works fine (for example .attr("rows")) but for $("textarea").attr("maxlength") it returns undefined independent if i use $("textarea") or $("#aTextareaID").
Attachments (0)
Change History (1)
Changed August 10, 2007 01:10AM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
Duplicate of #1447.