[jQuery] Re: IE problems with prepend since 1.2.3?

2008-02-22 Thread jody
.3, but it is a quirk of jQuery that you can't modify the title tag. It could go wider than the title tag and include anything in the , but I've not tested that scenario yet. And I say "quirk of jQuery" because I've found a wrong-around using straight javascript for now. -jody

[jQuery] Re: IE problems with prepend since 1.2.3?

2008-02-21 Thread jody
umbles over but other browsers handle, but still a race condition that needs fixing). So now I'm off to debug that. Again, the culprit is more likely my code not jQuery. -jody

[jQuery] IE problems with prepend since 1.2.3?

2008-02-21 Thread jody
tently get this same error from the MS script debugger. Maybe this is something someone else has run into, if so, any help is appreciated. Thanks, jody

[jQuery] Re: change in jQuery.grep in 1.2.3?

2008-02-14 Thread jody
Thanks, Karl, for the clarification.

[jQuery] change in jQuery.grep in 1.2.3?

2008-02-13 Thread jody
ui.jQuery package, I've modified my code to use a version of this method which works with 1.2.3: arr = jQuery.grep(arr, function(n, i){ return (n != 5 && i > 4); }); Was dropping the first method intentional for this jQuery release? -jody

[jQuery] Re: Loading animation when waiting JQuery.post() to return

2008-01-07 Thread jody
animation, styling it, etc. is all just css and usual hide/show, etc. -jody

[jQuery] (this).next problem

2007-12-24 Thread jody
lem in that an anchor can't recognize the .device_content div as its sibling. But then I wonder if I'm thinking too hard about it? Thanks in advance, jody