Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7731807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:34:23+00:00 2026-06-01T06:34:23+00:00

this may be a stupid question as I can’t seem to find an answer

  • 0

this may be a stupid question as I can’t seem to find an answer 😛

Is there a way with javascript/jQuery to Target all links on a page ONLY if they link to the current page?

Say i’ve got a static sidebar on ALL pages, for intents and purposes:

<ul id="sidebar">
    <li><a href="/one">One</a></li>
    <li><a href="/two">Two</a></li>
    <li><a href="/three">Three</a></li>
</ul>

Notice the code for ALL of them is the same. Let’s say I’m on “www.domain.com/two” – Is there a way to target

<li><a href="#">Two</a></li>

because it’s linking to the current page?

***ANSWERED*****

The guy deleted his answer – but I used it to create this –

var linksToCurrentPage = $('a[href="' + window.location.href + '"]');
if (linksToCurrentPage) {
    $('a').addClass('currently-active');
};

which worked 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:34:25+00:00Added an answer on June 1, 2026 at 6:34 am

    Try the following:

    <!DOCTYPE html>
    <html>
    <head>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
    </head>
    <body>
    
    <ul id="sidebar">
        <li><a href="/one">One</a></li>
        <li><a href="/two">Two</a></li>
        <li><a href="/three">Three</a></li>
    </ul>
    
    
    <script>
    var pathname = window.location.pathname;
    //$("a:contains('One')").css("color", "red"); // This will make One red (notice capital O)
    $("a:contains(pathname)").css("color", "red");
    
    </script>
    

    ​

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may seem a stupid question but I can't find the anwer... This is
This may be a stupid question but I just can't find the answer. What
This may be a really stupid question but I can't seem to find how
This may sounds like a stupid question but can't find anything on google, probably
This may be a stupid question but I can't seem to figure this out.
This may seem like a stupid question, but i can't quite remember how to
This may seem like a stupid question, so here goes: Other than parsing the
This may be a stupid question but I can't help asking, just to verify.
This may sound like a stupid question, but can DI be used everywhere where
this may seem like a stupid question, but it is stumping me nontheless. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.