For example, if I want to create a jQuery function on a click for a css class “more-link”, however have multiple instances of “more-link” on the page, how can I force jQuery to only run the animation on the clicked class, and not other ones.
Share
For anyone who finds this answer, the author actually wanted this.