var arr = {\'a\':fn1,\'b\':fn2,\'c\':fn3} $.each(arr,function(name,func){ (do something particular for the last iteration) ... })
It\'ll be best i
Being jQuery.each function syncronous, do you really need to track last iteration? Just put your code after the $.each() call.
jQuery.each
$.each()