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 7986717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:56:03+00:00 2026-06-04T11:56:03+00:00

i am making a script to filter the listing of posts in wordpress with

  • 0

i am making a script to filter the listing of posts in wordpress with checkboxes, what it is suppost to do is initially grab the link in the adress bar (window.location) and play with it and make conditions to know what checkboxes to be active or not, and the second part on the submit to send the right link to window.location in order to filter accordingly to the sellection of the user….. i’m stuck in the part where i wanted to check the window.location to define the checked/unchecked, but i’m having a hard time using the str.search() or str.match() or the othes on the if’s:

tryed like this with all the String Object Methods from javascript:

var str=window.location;
var res=str.search("example");

if (res!=null) { alert(res) }

I want to check if the word “example” is present in the adress bar in order to know if categorie or tag is active, been a few days around this little detail o.O

  • 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-04T11:56:05+00:00Added an answer on June 4, 2026 at 11:56 am
    var str = window.location.href;
    
    var res = str.indexOf('example'); // return position of first match or -1
    if(res != -1) {
       alert(res);
    }
    

    or

    var res = /example/.test(str); // return true of false
    if(res) {
      alert(res);
    }
    

    If you want to get hash value then you should use

    var str = window.location.hash;
    

    and then apply any described above.

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

Sidebar

Related Questions

I am making a script that gets the content and images of blog posts
im making some script with mechanize.browser module. one of problem is all other thing
While making AutoHotkey-script I encountered the following problem. I need navigate listbox (one position
I'm making a script that goes through a table that contains all the other
I'm making the script for easy upload many files. I've tried fyneworks plugin ,
I'm making a script with ruby that must render frames at 24 frames per
I'm making a script to list all files within a folder. The intention is
Okay, so I am basically making a script to pass post data using cURL.
currently im making some crawler script, one of problem is sometimes if i open
I'm making a Perl script that needs to read and obtain the values of

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.