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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:14:54+00:00 2026-06-18T20:14:54+00:00

I want to load the page without refreshing. While preferring ajax technique the URL

  • 0

I want to load the page without refreshing. While preferring ajax technique the URL won’t crawl in SEO. So I am choosing Hijax techinique to change the content without reload. I am new to this technique. So Kindly anyone suggest the guide for this. Also Say whether it support the dynamic content load? Because I am choosing the content based on the primary key value.

Thanks in advance.

  • 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-18T20:14:55+00:00Added an answer on June 18, 2026 at 8:14 pm

    I did something similar using JQuery alone.

    If you attach an onClick to the links on your website, the search engines won’t be able to trigger them as they are JS meaning that they can crawl properly. For a JS enabled browser you can catch the onClick, get the URL of the link clicked and then load that using AJAX into a div of your choice.

    Here is the JS I used:

    $(function(){
        $("a.ajax_link").click(function(e){
            ajaxLink(this, e);
        });
    });
    
    function ajaxLink(item, e) {
        var container = $("#ajax_container_wrapper");
        var link;
    
        if (e != null) {
            e.preventDefault();
        }
        link = $(item).attr("href");
        container.load(link);
    }
    

    And the hyperlink would be something like:

    <a href="www.example.com" class="ajax_link">My Link</a>
    

    This will load www.example.com into the ajax_container_wrapper div when the link is clicked. If you only want to load a portion of www.example.com then you can substitute this line:

    link = $(item).attr("href");
    

    with something like this:

    link = $(item).attr("href") + " #some_div";
    

    This will load the content of some_div on www.example.com into your ajax_container_wrapper.

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

Sidebar

Related Questions

I want to load picture from web server without refreshing the page. I have
I want to load up a random image while a page it is loading
I use 'window.location.hash' to add '#something' to the URL without refreshing the page. I
I want to use an ajax loader while loading the page with transparent background.
I am trying to load page with ajax and its working fine without issue
I want on page load for the class of a li tag to be
Hello Friends check my code http://jsfiddle.net/sUaky/2/ i want to load a web page in
I want to get exception of page load, but still have not results on
I want to load google.com into a page in my site. I tried using
I want to fake a simple animation on page load by sequentially revealing several

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.