How to adjust the selector used in JS to target only the one that was clicked on?

$('.follow-links a').toggle(); should be $this.toggle();.

tech