Opened 16 years ago
Closed 16 years ago
#300 closed bug (worksforme)
Animate always throws an error
Reported by: | subblue | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | effects | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
Forgot to say, this happens in Firefox and Safari