jQuery - Applying Sequential Effects


/ Published in: jQuery
Save to your folder(s)

Dave Metvin\'s method. Two tricks to the method:\r\n\r\n$($boxes[div++] || []) - increaments \"div\" and passes an empty array if the element doesnt exist (so it exists).\r\n\r\narguments.callee - the name of the function currently being executed.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.