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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:16:17+00:00 2026-05-22T12:16:17+00:00

I am looking for a documented, cross-browser supported jQuery plugin that I can use

  • 0

I am looking for a documented, cross-browser supported jQuery plugin that I can use to build a site like this:
http://redsquareagency.com/

As you can see, as you navigate through the site, the URL changes via a hash and all new pages are loaded via ajax calls instead of page loads. This allows for some neat animations to be used when a new page is loaded.

I’ve searched for a while trying to find a good plugin that provides this functionality. The best I can find is jQuery Ajaxy: http://balupton.com/sandbox/jquery-ajaxy/demo/

But, the documentation is lacking, and I found it incompatible with the latest jQuery version (1.6.0).

Anyone know of plugins that can accomplish this?

  • 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-22T12:16:18+00:00Added an answer on May 22, 2026 at 12:16 pm

    Hmmm I don’t think there is ONE plugin that does everything. But you can pretty much do some jquery your self with combination of jquery history plugin.

    What you do do is write some code make all your hrefs load via AJAX. Like this –

    $(document).ready(function() {
                $.history.init(loadContent);
                $('#navigation a').not('.external-link').click(function(e) {
                        var url = $(this).attr('href');
                        url = url.replace(/^.*#/, '');
                        $.history.load(url);
                        return false;
                    });
            });
    

    And that’s it. The jquery history plugin will take care of the rest. You should also read google’s documentation on how to do this properly for them to index it.

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

Sidebar

Related Questions

I have been looking for a really good, well documented jquery plug-in that will
I'm looking that is easy and well documented and free. Does this exist ?
I am looking for an easy to use and well documented geometry library in
I'm trying to extract values from xml using jQuery in a cross-browser compatible fashion.
I was looking for a javadoc-like REST API documentation tool . I already documented
I am looking for allowed or documented APIs that will let me gather basic
I cannot find this documented anywhere and after looking over Google's api docs for
I am looking for a scripting language that meets the following criteria: Well Documented
I'm looking for a library to handle iCalendar data in Java. Open source, well-documented
I'm after a tool to generate decent-looking documents from templates, that needs to: be

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.