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

2008-02-22 Thread jody
, 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 head, 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] IE problems with prepend since 1.2.3?

2008-02-21 Thread jody
. Maybe this is something someone else has run into, if so, any help is appreciated. Thanks, jody

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

2008-02-21 Thread jody
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] Re: change in jQuery.grep in 1.2.3?

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

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

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

[jQuery] (this).next problem

2007-12-24 Thread jody
of anchors, then I can see the problem 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