Modify ↓
Ticket #9175 (closed bug: duplicate)
Bug version for function animate
| Reported by: | serendity81@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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);
});
Change History
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.

This has been fixed in jQuery Edge