Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#4330 closed bug (invalid)

Unexpected call to method or property access in IE

Reported by: eagletsui Owned by:
Priority: undecided Milestone: 1.3.2
Component: core Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

When I using the following code, I got the error "Unexpected call to method or property access" in IE only, Firefox and Chrome is no problem. The code is very simple.

var $elements = $('input'); $("<div></div>").appendTo($elements );

Attachments (1)

test.html (620 bytes) - added by eagletsui 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by eagletsui

Attachment: test.html added

comment:1 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed

An <input> element can't have children.

Note: See TracTickets for help on using tickets.