I\'m having an issue with building a Javascript object, and calling methods within that object using setTimeout. I\'ve tried various workarounds, but always during the seco
This is jQuery, correct? There's a callback parameter to animate(); pass it the function you want called after the animation completes and jQuery will take care of calling it. The callback should capture the scope you want just fine.