I\'m getting crazy with this IE 7...
==> hhttp://neu.emergent-innovation.com/
Why does following function not work in IE 7, but perfectly with Firefox? Is th
After a day of wondering WHY IE won't animate stuff I found that some versions of JQuery no longer do the thing that they used to:
This:
$('#bs1').animate({
"left": bs1x
}, 300, function() {
// Animation complete.
});
will NOT work with this Jquery: https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
but it DOES work with: https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
hooray old versions!