Opened 10 years ago
Closed 10 years ago
#13392 closed bug (duplicate)
bug: create element "input", attribute problems
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
not work var myInput=$('<input/>',{'size':10});
work var myInput=$('<input/>').prop('size',10);
bug?
Note: See
TracTickets for help on using
tickets.
Duplicate of #12429.