Modify ↓
Ticket #10135 (closed bug: invalid)
bug in css and effects
| Reported by: | acorp56000@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('#id').animate({backgroundPosition: '100px 0px'},1000 );
no work in jQuery v. >1.5
$('#clickme').click(function() {
$('#book').slideDown('slow', function() {
// Animation complete.
});
});
no work in jQuery v. >1.6.2
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.
