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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:31:30+00:00 2026-05-24T18:31:30+00:00

I tried posting the problem I had earlier, but I did not fully understand

  • 0

I tried posting the problem I had earlier, but I did not fully understand the problem and I had other issues that I confused to be part of this, so I deleted the post. Now that I solved the other problems and pinpointed the problem, here it is…

I’m trying to ajax load some elements from another page and it works in FF3.5+, Chrome 8+, Safari 3+, Opera 9.5+, and IE9.

I was trying to fix it on IE7 and found that it will only load the whole page and not just certain elements using selectors.

The code:

    navigation.children('a').click(function() {
        if(pageNum <= max) {
            $(this)
                .css({display: 'none'})
                .after(loading)
                .blur();

            $('<div />')
                .load(nextLink + ' .post', function() {
                    pageNum++;
                    nextLink = nextLink.replace(/\/page\/[0-9]?/, '/page/'+ pageNum);

                    if(pageNum <= max) {
                        navigation.children('a').css({display: 'inline'});
                        loading.remove();
                    }
                    else {
                        navigation.html('');
                    }

                    navigation.before($(this).html());
                })
                .ajaxComplete(function() {
                    if (pageNum > max) {
                        navigation.remove();
                    }
                });
        }
        return false;
    });

If I change .load(nextLink + ' .post', function() to .load(nextLink, function(), it will work in IE7, but will display all the other stuff I didn’t want.

Link to the problem: http://gavsiu.com/portfolio/

  • 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-24T18:31:31+00:00Added an answer on May 24, 2026 at 6:31 pm

    are yousure nextLink is a string. Can you just cast it to a string and then try concatenating something like

    String(nextString) + ".class"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried solving this problem by posting other related questions here that focused
Tried examples from 'php.net' but don't understand what's the problem. Any suggestions? <?php $_SESSION['test']
This is my first time posting -- I found similar issues but not anything
Note: I've tried posting on the coderush/devexpress forums and as is usual for that
(I've tried posting this on YUI message group but without any luck) Can anyone
I though I had solved this problem, but it is back: Code generation for
After I posting this question I tried to reproduce the problem of accidental rvalue
Tried to map it from Preferences -> Settings -> Keyboard, but the key combo
Tried a bunch of things but I can't get it to work consistently amid
tried to find the answer by googling and in MSDN but with no luck.

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.