el.appear({ force_process: true }); el.each(function(i){ $(this).on('appear', function() { if(!inited){ $(this).circleProgress({ }); if(i == 2){ inited = true; } } }); })