On Oct 2, 4:46 pm, Rene Veerman <[EMAIL PROTECTED]> wrote:
> Trans wrote:
> > I just want to point out that this list is so active that I simply
> > can't keep up. I wonder if splitting the list into two or more lists
> > based on some criteria would be
I just want to point out that this list is so active that I simply
can't keep up. I wonder if splitting the list into two or more lists
based on some criteria would be advisable.
Just a thought,
trans.
On Sep 8, 12:58 pm, "Chris Jordan" <[EMAIL PROTECTED]> wrote:
> I really like the look of the new jQuery website. When did it get launched?
> My hats off to the designers! It looks fantastic!! :o)
+1 although I sort of miss the red cylinders logo.
7.
FYI, I figured out a solution.
The trick was to use setTimeout() to run the loading code as a
separated process.
$("#meter").attr("src","img/meter_on.gif").show('fast');
setTimeout("load_stuff_with_ajax",100);
Thanks for youall's attempt to help. I appreciate your efforts.
T.
On Jan 8, 5:36 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Trans: async: false means that the browser will lock up each request will
> not do it asynchronously, which means the code we provide will not work. Is
> there a reason you are doing it with async
On Jan 8, 5:23 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> Any chance you can post a test page somewhere? It's a little hard to
> picture what's going on.
Here's a strip down rendition of exactly what I'm doing:
function Mica() {
this.tally = 18;
this.types = ['htm', 'txt', 'x
On Jan 8, 4:46 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> This is untested but something like:
>
> var ajaxCalles = 16;
> $("#meter").attr("src","img/meter_on.gif") // change the src tag to the
> animate gif
> $.ajax({
> url: 'myurl',
> success : function(){//do processing},
> error:
On Jan 8, 4:34 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> T,
> Keep you head up, we have all felt that way.
Thanks Benjamin and Josh. I'm frustrated but I'm determined too! :-)
What you both suggest makes sense enough, but I don't just have a
single file to pull down. I'm loading 16
Hi--
I'm pulling my hair out trying to make this work. I want to change an
image to an animated gif to indicate progress while I pull down some
files via synchronous ajax, and then switch the image back to a static
one when finished. Everything I try fails, invariably the animated gif
doesn't bec
Hi--
I am using AJAX to load a sidebar into my page:
$('#side').load('side.html')
It loads fine except for the the Google Ad code that is in side.html: