Would someone mind giving me a hand and help me out by taking a look at this function and explaining how i could add and execute a callback function after last element is finished fading in. I’m not sure how i’m suppose to fit it in or rework the code to get the result i’m looking for.
code is here Fiddle
Thank you
Using a callback is nothing more than passing a function as an argument, and calling that function at a certain time. As a side note, I suspect you want all
.itemelements, but.nextdoesn’t care about the original selector. http://jsfiddle.net/4Pvmq/6/