Skip to main content

Bug Tracker

Side navigation

#9175 closed bug (duplicate)

Opened May 08, 2011 02:11PM UTC

Closed May 08, 2011 04:26PM UTC

Last modified May 08, 2011 04:26PM UTC

Bug version for function animate

Reported by: serendity81@yahoo.it Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.6
Keywords: Cc:
Blocked by: Blocking:
Description

Here is an example:

If I used jquery 1.4 version the code work great.Don't it's same if I used jquery 1.6. version

The snipped code:

$(document).ready(function(){

$('p').animate({

"padding": '20px',

"borderBottom": '3px solid #8f8f8f',

"borderRight": '3px solid #bfbfbf'

}, 2000);

});

Attachments (0)
Change History (2)

Changed May 08, 2011 04:26PM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

This has been fixed in jQuery Edge

Changed May 08, 2011 04:26PM UTC by rwaldron comment:2

Duplicate of #9074.