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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:16:42+00:00 2026-05-28T15:16:42+00:00

<a href=#create=1>Click Me</a> <script src=https://raw.github.com/cowboy/jquery-hashchange/v1.3/jquery.ba- hashchange.js></script> <script type=text/javascript> $(window).hashchange(function () { // }); </script>

  • 0
<a href="#create=1">Click Me</a>
<script src="https://raw.github.com/cowboy/jquery-hashchange/v1.3/jquery.ba-          hashchange.js"></script>
<script type="text/javascript">
    $(window).hashchange(function () {
    //
    });
</script>

When Click Me is clicked the URL looks like this “www.mydomain.com/#create=1”.

What I am trying to do is us the $_GET in PHP to bring down the parameter. Ex:

<?php echo $_GET['create'];?>

Using the

<a href="?create=1">Click Me</a>

works, but it reloads the page and that is what I am trying to avoid. Any help would be greatly appreciated.

  • 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-05-28T15:16:43+00:00Added an answer on May 28, 2026 at 3:16 pm

    There is a new future for that:

    window.history.pushState("Remember me!", "Changing the get Parameter...", "?create=1");
    

    You can apply this to all links by using this:

    $("a").click(function() {
    
        if ($(this).attr("href").substr(0, 1) != "#") {
            $("body").load($(this).attr("href"));
            window.history.pushState("Remember me!", "Nothing special", $(this).attr("href"));
            return false;
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

the following code is being problematic. <script type=text/javascript src=<javascript/prototype.js></script> <script type=text/javascript> // <![CDATA[ $(document).ready(function
Script is as follows; $(#Results a).live('dblclick', function(event){ var src = $(this).attr(href); if (event.type ===
jQuery hyperlinks - href value? text][1] I am running in to a problem using
When I click in field, type text, and press return on keyboard it triggers
Strange... When i create an HREF to a .doc, the browser behaves correctly and
I need to use href instead click event so I can use hover in
I have this href link with text either attivo or non attivo User can
I have used href link in the flexigrid rows. on Click it takes me
I am new to jQuery and have managed to create a tabbed interface with
I need some help in jQuery. What I'm trying to do is to create

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.