Modify ↓
Ticket #300 (closed bug: worksforme)
Animate always throws an error
| Reported by: | subblue | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | effects | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When trying to use .animate I always get the error: e[prop[p]] is not a function on line 5473 on jquery.js based on SVN version 461
To get this I was just trying the simple animation example in the docs: $("p").animate({left: 50, opacity: 'show'}, 500);
Change History
comment:2 Changed 7 years ago by brandon
- Status changed from new to closed
- Resolution set to worksforme
This works for me. http://brandon.jquery.com/test/300/300.html Please feel free to re-open with more details if this still doesn't work for you.
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.

Forgot to say, this happens in Firefox and Safari