How to Debug JQuery Animate Problems
While JQuery is an excellent tool, I have frequently run into problems where the animate class functions fail silently. Stepping through the code with a tool like Firebug is tedious and difficult because of the complexity of the JQuery code. Are there any tools that can highlight why the animate functions fail and what to correct?