[jQuery] jQuery Form Plugin Repository: Compressed versions?

2007-08-15 Thread Pogo
Anyone know where to get the compressed version of this plugin: http://www.malsup.com/jquery/form/ ???

[jQuery] Stop animation on the fly...stop effect, stop fade, stop slide...

2007-05-22 Thread Pogo
I'm discovering a really huge drawback with jQuery. There doesn't seem to be any simple solution to just stopping any animation effect once it has been started. I've seen all kinds of posts making requests for such a thing (i.e., $ ("p").animationStop(); ), but nowhere have I seen any workaround

[jQuery] Stop animation on the fly. (Stop effect, stop fade, stop slide, etc.)

2007-05-22 Thread Pogo
I'm discovering a really huge drawback with jQuery. There doesn't seem to be any simple solution to just stopping any animation effect once it has been started. I've seen all kinds of posts making requests for such a thing (i.e., $ ("p").animationStop(); ), but nowhere have I seen any workaround

[jQuery] Re: FadeIn FadeOut callback timing problem in Internet Explorer 6/7

2007-05-18 Thread Pogo
mil Ivanov <[EMAIL PROTECTED]> wrote: > Wild guess: > Try by putting the fadeOut in the callback of the fadeIn... > > Give us some link, if possible, so we can see it... > > Regards, > Emil Ivanov > > On May 18, 11:57 pm, Pogo <[EMAIL PROTECTED]> wrote: > >

[jQuery] FadeIn FadeOut callback timing problem in Internet Explorer 6/7

2007-05-18 Thread Pogo
I have two divs that I'm swapping out, using a fade effect: jQuery("#divPhotoAbove").fadeIn(1000); jQuery("#divPhotoBelow").fadeOut(1000, function() { //Swap the div IMGs and reset visibility values... jQuery("#divPh

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Pogo
Thanks, everyone, for the answers. On May 11, 1:47 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > > I haven't really spent any time looking through the parsing engine, but > > wouldn't it be faster to find elements by ID and then filter by the tag? > > >IIRC, that's what the selector engin

[jQuery] Return a reference to the root DOM object

2007-05-11 Thread Pogo
This is the simplest of ideas, but I'm new to jQuery (I probably shouldn't admit that), and I want to know, when working with the power of the "$" how does one return a reference. I hope I'm saying this correctly. Allow me to illustrate: Let's say one grabs a paragraph with the ID "thisIsMyPara