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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:54:52+00:00 2026-06-12T01:54:52+00:00

This is my site, http://www.eboard.jp ,using Django. On top page, jQuery load on my

  • 0

This is my site, http://www.eboard.jp,using Django.
On top page, jQuery “load” on my page dose not work on IE9,
though works fine on other browsers.

Any suggestions about this issue?

This is related JS file and the base html.
http://www.eboard.jp/static/js/main.js

<table>
 <tr>
  <td id="center">
   <table class="course_filter">
   <tr>
  <td class="search_mes">
   <ul class="intro_list">
    <li>eboard[いーぼーど]は、<br>小学生~高校生の無料学習サイト。</li>
    <li>動画が集まった「コース」を使って、<br>自分のペースで学習を進められます。</li>
   </ul>
   <ul class="link_list">
    <li class=""><img alt="" class="i_18" src="/static/icons/video.png"/>
     <a href="/courses/{{ beginner.id }}/1">動画で学ぼう! eboardの使い方</a></li>
    <li><img alt="" class="i_18" src="/static/icons/key.png"/>
     <a href="/accounts/signup/">ユーザー登録</a></li>
   </ul>
  </td>

  <td class="filters">
   <ul class="ages">
    <li><a id="ele" class="ele" href="/age=ele/sub=all/"></a></li>
    <li><a id="jun" class="jun" href="/age=jun/sub=all/"></a></li>
    <li><a id="hig" class="hig" href="/age=hig/sub=all/"></a></li>
   </ul>
   <ul class="subjects">
    <li><a id="mat" class="mat" href="/age=all/sub=mat/"></a>算数・数学</li>
    <li><a id="soc" class="soc" href="/age=all/sub=soc/"></a>社会</li>
    <li><a id="sci" class="sci" href="/age=all/sub=sci/"></a>理科</li>
    <li><a id="eng" class="eng" href="/age=all/sub=eng/"></a>英語</li>
   </ul>
  </td>
 </tr>
</table>

<div id="course_tb">
 <p class="loading"><img alt="" src="/static/images/loading2.gif">
</div>

This one is loaded html.

<div id="course_tb">
{% paginate 12 popnote_courses %}
{% for course in popnote_courses %}
{% score_for_object course as score %}
 <table class="course c_desc" title="{{ course.title }}|{{ course.description|linebreaksbr }}">
  <tr>
   <td class="thumb">
    <a href="/courses/{{ course.id }}/1"><img alt="{{ course.title }}" class="l_thumb" src="{{ course.thumb }}" /></a>
   </td>
  </tr>
  <tr>
   <td class="course_info">
    <ul>
     <li class="course_title"><a href="/courses/{{ course.id }}/1">{{ course.title }}</a></li>
     <li class="course_li">{% for age in course.target_age.all|slice:":2" %}{{ age.layer }} {% endfor %}</li>
     <li class="course_li"><img alt="みんなの評価" class="i_20" src="/static/icons/like.png"> {{ score.score }}
     <img alt="コース登録者数" class="i_20" src="/static/icons/user.png"> {{ course.reg_count }}人</li>
    </ul>
   </td>
  </tr>
 </table>
{% endfor %}
{% show_more "<img alt="" class="i_24" src="/static/images/loading.gif" > 次のコースを読みこむ" "<div class="loading" ><img alt="" src="/static/images/loading2.gif" ></div>"%}
</div>
  • 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-12T01:54:54+00:00Added an answer on June 12, 2026 at 1:54 am

    Check the network tab in IE, but you’ll probably find that it is trying to load the url without the hash on the end. IE doesn’t typically send #tags to the server as they are meant to for client side.

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

Sidebar

Related Questions

How to load google map geo-location not using kml. Like this site: http://www.housingmaps.com/
I am using jQuery cycle and also a fade in/out on this site: http://www.lunatestsite.co.uk
I'm using the smooth div scroller as seen in this site: http://www.smoothdivscroll.com/ . For
using code from this site: http://www.saltycrane.com/blog/2008/09/simplistic-python-thread-example/ The code is import time from threading import
according to this site http://www.cplusplus.com/reference/std/functional/unary_function/ this code should work #include <iostream> #include <functional> using
I am building a bookmarlet based on this site: http://www.latentmotion.com/how-to-create-a-jquery-bookmarklet/ This is the code
After reading the comments on this site: http://www.webresourcesdepot.com/jwysiwyg-jquery-inline-content-editor-plugin/ There is a bit of consensus
I'm notable to connect this site http://www.youm7.com/newtkarirrss.asp using curl on the server But i
Hi i am using simply scroll plugin from this site http://logicbox.net/jquery/simplyscroll/ but i am
I got this code from this site: http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/using-php-to-backup-mysql-databases.aspx But I'm just a beginner so

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.