#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)
Change History (2)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
An
<input>
element can't have children.