Jquery alternative for :active

Hi,
In css we use “:active” pseudo class to highlight the current page link etc.

What is the alternate in jquery? and how can we get its value in jquery (for current/active href/link)?

Ok Thank you.

In this documentation for jQuery selectors, you will see that there is no way to get the current/active link.