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

  • Home
  • SEARCH
  • 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 8125915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:58:35+00:00 2026-06-06T06:58:35+00:00

I would like jQuery to pull the url, then parse it to find airports.

  • 0

I would like jQuery to pull the url, then parse it to find airports. If airports is found, I would like to add a class to the list-item <a> tag that contains the html “Airports”.

This is what I have so far:

JQuery

path_name=location.pathname;

if ((path_name.search("airports")  > 0) {
        $("div.more li a").find(":contains('airports')").addClass("current-menu-item");
}

The html looks like this:

<ul>
  <a class="static" href="#">ALL</a>
  <li><a class="static" href="#">AIRPORTS</a></li>
</ul>

URL is this:

http://localhost/site/?type=airports

Is this a syntax problem or an “Try another way” problem?

UPDATE:

Using the alert suggestion, I was able to verify I am getting the url using location.search.
var search_name = location.search;
alert(search_name);

gave me the pop-up

?type=airports

So I am getting the correctly loaded variable, I just cannot write the logic to add the class. So far the suggestions are ont working.

UPDATE 2

This is working for an isolated incident.

var search_name = location.search;
    if (search_name.search("airports")  > 0) {
        alert(search_name);
        $("div.more a:contains('AIRPORTS')").addClass("active");
    }

});

I would like to make a bit more flexible by passing a variable.

How do you do thins? This is what I have so far

$(function() {
    var search_name = location.search;
    if (search_name.search("+ search_name +")  > 0) {
        alert(search_name);
        $("div.more a:contains('AIRPORTS')").addClass("active");
    }

    });

But this is not working.

  • 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-06T06:58:37+00:00Added an answer on June 6, 2026 at 6:58 am

    …with some minor corrections, this should work: http://jsfiddle.net/a4tWE/2/

    • used location.href instead

    • the :contains selector works case sensitive

    • removed bracket

      if ((path_name.search(“airports”) > 0) {

    • removed find, as contains does the job.

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

Sidebar

Related Questions

I would like to put jQuery at the bottom of the body tag but
I would like to get the url from a jQuery success function, after it
I am using the datatables jquery plugin. I would like to pull just the
I have two select lists, I would like jquery to either remove or disable
I have a LI with some information, including some links. I would like jQuery
I would like to incorporate jQuery effects (fadeIn, fadeOut, etc...) in parts of my
I would like to do 2 things in jQuery or Javascript, Change with quantity
I would like to know how can I use jQuery to select multiple items
I would like to pass to a jQuery function a regular function, instead of
I would like to play/pause video using jquery. Here is my code: (function ($)

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.