I want call to function (animation) when I see element on display (scroll to element). I try this:
<script type="text/javascript">
    $('#count-repairs-all').on('show', function() { 
        alert('test'); 
    })
</script>
But it doesn't work. I can't find any plugin for this.
 
     
     
     
    