Bug Tracker

Modify

Ticket #10805 (closed bug: invalid)

Opened 18 months ago

Last modified 18 months ago

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

comment:1 Changed 18 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to effects

jQuery does not support extending native prototypes.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.