Ticket #1359 (closed bug: fixed)
Create input of type checkbox not working in IE
| Reported by: | stickmus | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | core | Version: | 1.1.4 |
| Keywords: | Cc: | ||
| Needs: | Test Case |
Description
$('<input">').attr('type', 'checkbox');
This isn't working in IE, works in FF
As a workaround the following does work
$('<input type="checkbox">')
Change History
Note: See
TracTickets for help on using
tickets.
