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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:18:15+00:00 2026-05-16T23:18:15+00:00

Why doesnt this work? $(‘#websitedesign’).load(‘test.html’, function() { alert(‘Load was performed.’); }); Jquery version using:

  • 0

Why doesnt this work?

$('#websitedesign').load('test.html', function() {
  alert('Load was performed.');
});

Jquery version using: 1.3.1 min

html code:

<body>
<div id="top">
 <div class="wrapper">
  <a href="http://www.bmvisuals.nl/" id="logoh1">BMvisuals</h1></a>
  <div id="menu">
   <a href="index.html">
    <span id="mhome">Home</span>
    Beginpagina
   </a>
   <a href="overons.html">
    <span id="moverons">Over ons</span>
    Wie zijn wij
   </a>
   <a href="diensten.html">
    <span id="mdiensten">Diensten</span>
    Wat doen wij
   </a>
   <a href="werkwijze.html">
    <span id="mwerkwijze">Werkwijze</span>
    Hoe wij het doen
   </a>
   <a href="portfolio.html">
    <span id="mport">Portfolio</span>
    Wat we gedaan hebben
   </a>
   <a href="contact.html">
    <span id="mcontact">Contact</span>
    Neem contact op
   </a>
  </div>
 </div>
</div>
<div id="floor">
 <div id="floorbg">
   <div id="catch">
    We doen het allemaal
    <h2>Website design, logo design, webshop, CMS, SEO, huisstijl...</h2>
   </div>
   <div id="content">
    <div class="top"></div>
    <div class="bg">
     <div id="contentnav">
     <ul>
      <li id="link_websitedesign"><a href="#websitedesign">Website Design</a></li>
      <li id="link_logodesign"><a href="#websitedesigntest">Logo Design</a></li>
      <li id="link_webshop"><a href="#">Webshop</a></li>
      <li><a href="#">Wordpress</a></li>
      <li><a href="#">Content Management Systeem</a></li>
      <li><a href="#">Search Engine Optimizing</a></li>
      <li><a href="#">Huisstijl</a></li>
      <li><a href="#">Slicen</a></li>
      <li><a href="#">Hosting</a></li>
     </ul>
     </div>
     <div class="text">
                     <div id="websitedesign">
                            <h3>Website Design</h3>
                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam iaculis vestibulum varius. Donec tempus aliquet sapien.</p>
                            <p>Fid cursus sapien malesuada sit amet. Duis facilisis, justo at lobortis mattis, lorem quam vulputate elit, id interdum lectus lectus ut velit. Cras lacus metus, tempor non scelerisque sit amet, pretium non sem. Aliquam fringilla accumsan condimentum. Duis eu commodo lacus. Vestibulum mollis augue nec ante consectetur pharetra. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean lacus mi, tincidunt vitae auctor luctus, facilisis non puru.</p>
                            <p><a href="#">Lees meer over ons</a></p>
                        </div>
     </div>
    </div>
    <div class="bottom"></div>
   </div>
 </div>
</div>

<div id="bottom">
 <div class="wrapper">
  <div class="top"></div>
  <div class="bg">
   <div id="mininav">
    <a href="index.html">Home</a>
    <a href="overons.html">Over ons</a>
    <a href="diensten.html">Diensten</a>
    <a href="werkwijze.html">Werkwijze</a>
    <a href="portfolio.html">Portfolio</a>
    <a href="contact.html">Contact</a>
   </div>
   <div id="services">
    <table>
     <tr><td><a href="#">Website Design</a></td><td><a href="#">Content Management Systeem</a></td></tr>
     <tr><td><a href="#">Logo Design</a></td><td><a href="#">Search Engine Optimizing</a></td></tr>
     <tr><td><a href="#">Webshop</a></td><td><a href="#">Hosting</a></td></tr>
     <tr><td><a href="#">Wordpress</a></td><td></td></tr>
     <tr><td><a href="#">Huisstijl</a></td><td></td></tr>
     <tr><td><a href="#">Slicen</a></td><td></td></tr>
    </table>
   </div>
   <div id="contactinfo">
    <table>
    <tr><td>Web:</td><td><a href="http://www.BMvisuals.nl">BMvisuals.nl</a></td></tr>
    <tr><td>MSN:</td><td>MSN@BMvisuals.nl</td></tr>
    <tr><td>Email:</td><td><a href="mailto:Email@BMvisuals.nl">Email@BMvisuals.nl</a></td></tr>
    <tr><td>Skype:</td><td>BMvisuals</td></tr>
    <tr><td>Tel.:</td><td>06 48 306 352</td></tr>
    </table>
   </div>
  </div>
  <div id="footer">
   <a href="http://www.bmvisuals.nl/">BMvisuals.nl</a>, Copyright 2010 - 2011&copy;. Alle rechten voorbehouden.
  </div>
 </div>
</div>
</body>

I really dont have any clue.

Thnx

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

    Did you forget to wrap it the $(document).ready() event handler?

    $(function(){
      $('#websitedesign').load('test.html', function() {
        alert('Load was performed.');
      });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im using oslib with the pspsdk toolchain and for some reason this doesnt work
HI Guys why doesnt this reg.exp work ? The 'TEST' should be replaced with
simple question: why this doesnt work? test = 2 print subprocess.check_output([program, -v, -a5, -t%i,
Using the CQL syntax with cassandra-jdbc driver.... this doesnt work, just get empty strings:
$(document).ready(function () { $('#eventTarget').bind(mouseover, changeColor);//This doesnt work $('#eventTarget').bind(mouseleave, changeColor);//This doesnt work $('#eventTarget').bind(click, function(){ //This
Why doesnt this work? $(.char).click(function() { $(this).css('border', solid 2px red); }); <img class=char src=1.gif>
Why doesnt this map work, in Firefox? <img usemap=m_one id=one src=/images/layout/town_and_country/Town__Country_Web_Map.jpg alt=Town__Country_Web_Map border=0 height=507
Im trying to understand how class generics work and this bit just doesnt make
This code used to work but doesnt any more. i used a breakpoint, and
This works perfectly in Firefox but doesnt work in ie i get the following

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.