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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:24:53+00:00 2026-06-06T17:24:53+00:00

simple logic here, I don’t know how I can separate the value from a

  • 0

simple logic here, I don’t know how I can separate the value from a hash returned by window.location.hash. Something like .split('=')[0], but removing everything before it instead of everything after it.

Some potential hashes: /#work /#work=video1

I’d like to say:

var hash = window.location.hash,
    val  = hash.split('=')[0];

    if (val != ''){
        do some stuff because there IS a value
        i.e. once split, the value is something
    } else {
        do some other stuff because there IS a value
        i.e. once split, the value is nothing
    }
  • 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-06T17:24:55+00:00Added an answer on June 6, 2026 at 5:24 pm
    var hash = window.location.hash,
        val  = hash.substr( hash.indexOf('=') + 1 );
    
    if(val.length) {  // val
      // do something
    } else {
      // do something else
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This code should be (and is) very simple, and I don't know what I
The subject sounds unclear, but the logic is very simple. I have a returned
I'm doing a pretty simple thing here, making a POST request to Django from
Here is a simple login page which works as a login panel for 4shared.com:
I have some simple JQuery / Javascript to perform some simple logic for all
Windows 7 Firefox 10.0.1 I have simple setTimeout logic that I want to test
Here is the simple php code <? abstract class A{ abstract public function a($x);
I know the title's a bit wordy, but I don't know how else to
I know there are a few questions floating around here on the subject, but
I am building a workflow in my code, and I don't know how I

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.