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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:16:34+00:00 2026-05-13T09:16:34+00:00

I want to refresh a full page with ajax, after clicking on some initial

  • 0

I want to refresh a full page with ajax, after clicking on some initial site link.

Example:

We have opened site http://www.love.com, it has a link to http://www.love.com/somepage.html

After we click on this link, full page must be refreshed with ajax (replaced active page by somepage.html)

And there is must be some fadeIn/Out effect, when the page is replaced.

How to?


maybe some plugin can do this, any link?

  • 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-13T09:16:34+00:00Added an answer on May 13, 2026 at 9:16 am

    Well a full-page request kind of contradict the purpose of AJAX,

    but if you insist 🙂
    you can use a huge div as a placeholder of your page, and use jQuery Load/Ajax

    the div would look like this

    <div id="yourhugediv"></div>
    

    and the function that you can use

    function changeUrl(href)
    {
       $('#yourhugediv').load(href);
       href = (href == "") ? "/" : href;
       uri = window.location.href.split("#/");
       window.location.href = uri[0] + "#/" + href;
    }
    

    either manually add the function to your link

    <a href="#" onclick="changeUrl('http://love.com/somepage.html')">to load</>
    

    or use jQuery selector to iterate every anchor

    $('a').click(function()
    {
        changeUrl(a.attr('href'));
    });
    $('a').attr('href','#');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to Refresh aspx page after closing a jquery modal dialog on clicking
I have some problems using ajax with Spring MVC. I want to refresh only
I want to submit a form without page refresh using jQuery. I found some
I have a dropdown cell and after clicking on an item I want to
I want refresh page using javascript and go to div id. Example what I
After my call to $.ajax(), all UI Dialogs currently close and the page appears
I have a website where I want the following page to function - it
I have a site which uses Shadowbox-JS to bring up a settings page when
I want to refresh my page when I finish choosing the selects in jquerymobile.Now
I want to refresh a web page and retain the value of the variable

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.