On Apr 24, 1:25 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> you are resizing the <br/> tag.
> and that ain't good. use twice as many prev's to jump over the br's

Thanks Jake. I tried it without the <br />s and it does what's
expected:

http://ruphus.com/code/jquery/fisheye/fishimg.html

I'm glad I dug into this, because I see now that I had
misunderstood .next() and .prev().  I figured that in a snippet like
this:

   $('img').mouseover(function(){
        $(this).next()
   }

That $(this).next() would mean "the next image after the current
one."

But I take it it really means "the next thing in the dom after the
current image, even if that next thing is not an image."

Live & learn.

> Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

By the way, I love your gmail address -- Unicode++ ☺

-p@

Reply via email to