Welcome Guest, Not a member yet? Register   Sign In
jquery help
#6

[eluser]spherop[/eluser]
well the line
$('div#buildingList').load("index.html");
is being hit before the div is rendered.

try putting inside
$(function(){
$('div#buildingList').load("index.html");
});

which is jquery shorthand for executing after page is loaded.

also, double check things with firefox/firebug.


Messages In This Thread
jquery help - by El Forum - 08-15-2008, 10:19 AM
jquery help - by El Forum - 08-15-2008, 10:24 AM
jquery help - by El Forum - 08-15-2008, 10:42 AM
jquery help - by El Forum - 08-15-2008, 12:24 PM
jquery help - by El Forum - 08-15-2008, 01:00 PM
jquery help - by El Forum - 08-17-2008, 01:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB