For the picture, the change of the image is registered when you hover the cursor
<a href="" class="b-socials__link"><img src="images/icon_social-heart_big.png" onmouseover="this.src='images/icon_social-heart_small.png'" onmouseout="this.src='images/icon_social-heart_big.png'" alt=""></a>
Tell me how to rewrite this code on jQuery, so that the picture does not change when you hover and retract the cursor, but so that the images change each other at intervals when the mouse is over the picture?