How do I chain or queue custom functions using JQuery?
I have multiple functions the do different animations to different parts of the HTML. I would like to chain or queue these functions so they will run the animations sequentially and not at the same time. I am trying to automate multiple events in sequence to look like a user has been clicking on different buttons or links. I could probably do this using callback functions but then I would have to pull all of the animations from the different functions and regroup in the right pattern. Does the jquery "queue" help? I couldn't understand the documentation for the queue. Example, JQuery: function