Josh and all,
I figured out a way around the issue using the ajaxStop function.
The ajaxStop event is triggered when all outstanding requests (load in
this case) are complete.
When this happens all the tables I wish to load are loaded to the
document.
My original code was trying to grab informat
lf Of Stever
Sent: Thursday, May 07, 2009 4:28 AM
To: jQuery (English)
Subject: [jQuery] Re: Scoping issue with load and call back function.
Josh,
First the firstload=0 and not resetting the variable was left off. But
ultimately is unrelated to the asynchronous problem you pointed out.
Asynchro
Josh,
First the firstload=0 and not resetting the variable was left off. But
ultimately is unrelated to the asynchronous problem you pointed out.
Asynchronous loading makes a big difference here. As a pretty recent
user of jquery, I obviously designed this code wrong.
So here is what I what to
as in your
second email.
-- Josh
-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Stever
Sent: Wednesday, May 06, 2009 4:31 PM
To: jQuery (English)
Subject: [jQuery] Re: Scoping issue with load and call back function.
Josh thanks for
Josh thanks for the quick response.
I tried putting the variables
var TableCells=[,];
var TableRowName =[,];
var TableColName =[,];
outside the document ready function. Originally. (not redefined with
var inside document ready shown here).
http://www.hou.asp.ti.com/
sparcit_data_re
When you say you get undefined outside the load function, do you mean
outside $(document).ready, or inside $(document).ready?
They should not be accessible outside document.ready, because of the closure
caused by passing the anonymous function to document.ready, and because you
use var to declare
6 matches
Mail list logo