Run jQuery function after previous is finished - wait for Ajax
What should I do to make run jQuery functions one by one, so each function should start when previous one is finished ? I am using a jQuery solution, but each function should wait for a previous ajax request to be completed.