Opened 14 years ago
Closed 14 years ago
#4611 closed bug (invalid)
Attribute type checkbox return undefined
Reported by: | stephanrenault | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | checkbox | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
Simply, with this html : <input type="checkbox" id="CK" value="test" />
function $("CK").attr("type") return "undefined" instead of "checkbox".
If the input was "radio" or "text" it's work well but not with "checkbox".
Have you an idea ?
Regards
Note: See
TracTickets for help on using
tickets.
I think you meant: