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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:43:57+00:00 2026-05-15T22:43:57+00:00

I have a problem with a load function in jquery i try to call

  • 0

I have a problem with a load function in jquery i try to call data from an url, images and text but this is not working in IE but is working with Firefox

Something like this

function loadProperties(propertiesPage) {
    $('#properties .content').slideUp(500);
    $('#properties .content').load('url' + propertiesPage, function () {
        $('.video a').colorbox({
            width: 800,
            height: '100%',
            iframe: true
        });
        $('#properties .content').slideDown(500);
        $('#properties .next').click(function () {
            propertiesPage++;
            loadProperties(propertiesPage);
        });
        $('#properties .previous').click(function () {
            propertiesPage--;
            loadProperties(propertiesPage);
        });
    });
}

Here I leave the url to you check it and help me, please.

http://openhomeonline.com.au/reod/properties/black

Cheers

  • 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-15T22:43:57+00:00Added an answer on May 15, 2026 at 10:43 pm

    I guess the problem is you are binding lots of click events to .next and .previous every time the .load() calls its callback.

    how about using .data() like this,

    function loadProperties(propertiesPage) {
        $('#properties .content').slideUp(500);
        $('#properties .content').load('url' + propertiesPage, function () {
            $('.video a').colorbox({
                width: 800,
                height: '100%',
                iframe: true
            });
            $('#properties .content').slideDown(500);
            $('#properties').data('propertiesPage',propertiesPage);
        });
    }
    
        $('#properties .next').click(function () {
            var propertiesPage = $('#properties').data('propertiesPage')++;
            $('#properties').data('propertiesPage',propertiesPage);
            loadProperties(propertiesPage);
        });
        $('#properties .previous').click(function () {
            var propertiesPage = $('#properties').data('propertiesPage')--;
            $('#properties').data('propertiesPage',propertiesPage);
            loadProperties(propertiesPage);
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 498k
  • Answers 498k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Note: I also asked this question in the Lucene forum… May 16, 2026 at 12:16 pm
  • Editorial Team
    Editorial Team added an answer You can call it like this: $("<div>This is a test</div>").dialog(); May 16, 2026 at 12:16 pm
  • Editorial Team
    Editorial Team added an answer I think you might be missing the underscore in the… May 16, 2026 at 12:16 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I try to do an AJAX call with jQuery and $.post in Internet Explorer,
I call a certain div from another page with jquery to be loaded into
I have having a problem with a jQuery script showing up in every other
I'm having some issues with a jQuery AJAX call. My code works fine when
The Scenario Using jQuery, I have a page that has a popup overlay containing
I have been battling with this piece of code for literally days now... Would
I have a livesearch and it uses an unordered list, like this: <input id=search/>
I am having trouble while using the YUI panel as a dialog. I have
So far I've been making an AJAX call to replace the content of a
I have six menu options in my webapp, and when the user hovers over

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.