jQuery animation with borders IE8 (probably not only) issue.

Posted by Dende on Stack Overflow See other posts from Stack Overflow or by Dende
Published on 2010-06-06T22:37:34Z Indexed on 2010/06/06 22:42 UTC
Read the original article Hit count: 200

Filed under:
|
|

Hi! I have issue $('#myimg').animate({ border: '10px solid #ffffff' },'fast',function(){ alert('callback'); }); Working with: FF 3.6.3, Chrome 5.0.375.55, Opera 10.53 Not working with: 8.0.7600.16385 Issue, no callback ;) With animation for example "width", callback works also in IE, bug is with border.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about animation