#9175 closed bug (duplicate)
Bug version for function animate
Reported by: | 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);
});
Note: See
TracTickets for help on using
tickets.
This has been fixed in jQuery Edge