Side navigation
#300 closed bug (worksforme)
Opened October 21, 2006 09:14PM UTC
Closed November 01, 2006 05:39PM UTC
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);
Attachments (0)
Change History (2)
Changed October 21, 2006 09:15PM UTC by comment:1
Changed November 01, 2006 05:39PM UTC by comment:2
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.
Forgot to say, this happens in Firefox and Safari