Modify ↓
Ticket #10805 (closed bug: invalid)
expand the method of Object's prototype, animate can not work in IE
| Reported by: | windnetv@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | effects | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

jQuery does not support extending native prototypes.