#10135 closed bug (invalid)
bug in css and effects
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
Note: See
TracTickets for help on using
tickets.