Side navigation
#10135 closed bug (invalid)
Opened August 25, 2011 07:58AM UTC
Closed August 25, 2011 01:11PM UTC
Last modified September 02, 2011 05:21AM UTC
bug in css and effects
| Reported by: | acorp56000@mail.ru | 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