Skip to main content

Bug Tracker

Side navigation

#13392 closed bug (duplicate)

Opened February 05, 2013 01:50PM UTC

Closed February 05, 2013 01:52PM UTC

bug: create element "input", attribute problems

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

Attachments (0)
Change History (1)

Changed February 05, 2013 01:52PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #12429.