Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13392 closed bug (duplicate)

bug: create element "input", attribute problems

Reported by: denisx@… 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?

Change History (1)

comment:1 Changed 10 years ago by dmethvin

Resolution: duplicate
Status: newclosed

Duplicate of #12429.

Note: See TracTickets for help on using tickets.