i guess it makes sense since in most cases its instant but it would be
useful to have a callback as in:

$('#myDiv').css('color','red', function(){
    alert('color changed!');
});

addClass() doesnt have a callback either...

is there any particular reason for this?

thanks!

Reply via email to