#10805 closed bug (invalid)
expand the method of Object's prototype, animate can not work in IE
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Ex: Object.prototype.method = function() {}; $("#div").animate({top:"500px"},1000);
why the #div can't move in the IE? $().animate can't work.
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
jQuery does not support extending native prototypes.