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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:02:12+00:00 2026-06-01T15:02:12+00:00

I use Codeigniter platform to make a website I used this .load script to

  • 0

I use Codeigniter platform to make a website

I used this .load script to load a different PHP page.

<script>
  $(document).ready(function(){
      $('#right_timeline_div').load("/bookmark/right_timeline");
  });
</script>

It works well on Chrome, but IE8 or 9 have a problem. When I click the refresh button, it is supposed to refresh the value and show new result. However, IE doesn’t refresh the value and keeps showing the first result.

Is there a bug from this script for IE?

IE do not refresh data once it loaded.

  • 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-01T15:02:14+00:00Added an answer on June 1, 2026 at 3:02 pm

    Just a blind tip – maybe it could be a caching issue. Try something like:

    $(document).ready(function(){
        var randomNum = Math.ceil(Math.random()*2);
        $('#right_timeline_div').load("/bookmark/right_timeline?"+randomNum);
    });
    

    Adding a random number to your request might push IE to re-read the source thus bypassing the cache. IE is especially prone to caching issues…

    NOTE: I dont see what your source is. It seems to be an URL rewrite, maybe you will have to use a different syntax of the source request… This is just to outline what your solution could look like.

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

Sidebar

Related Questions

I use Codeigniter's _remap function to remap all urls to www.website.com. This works for
I am confused why codeigniter wont let me use this: $(function() { var csrf
I've used to use something like this with the regular PHP's PDO: $data =
I used an htaccess in my project that use Codeigniter framework: DirectoryIndex index.php RewriteEngine
I use codeigniter and i want make uniqid code with php as following code(by
I use CodeIgniter as my web application framework. I used a simple Try/Catch and
I've been trying to get codeigniter working on .Net platform with the use of
I have got jquery post function jQuery('.more-button').live('click', function(eve){ var page = jQuery(this).attr('id').replace('more-button-',''); loaded_messages +=
I use CodeIgniter Image Manipulation Class to make a Thumbnail of my images. so
Discussed this with a developer as I suggested to use CodeIgniter framework over standard

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.