[jQuery] next and previous links with thumbs on mouseover

2009-03-28 Thread Victor Nogueira
Hi there, Want to know if it's possible to show thumbs attached prev/next anchors when I put the mouse over these navigation links. It would work like a preview tooltip for next/prev images. Thanks on advance and congrats for this great software.

[jQuery] Re: next and previous links with thumbs on mouseover

2009-03-28 Thread Victor Nogueira
Forgot to mention I was talking about jquery cycle. sorry. ;/ On Mar 27, 11:18 pm, Victor Nogueira wrote: > Hi there, > > Want to know if it's possible to show thumbs attached prev/next > anchors when I put the mouse over these navigation links. It would > work like a prev

[jQuery] Re: next and previous links with thumbs on mouseover

2009-03-29 Thread Victor Nogueira
Hi Mike, Can you please help me making a list of thumbs without links, that have a class to the thumb for next image and prev image? I just wanted to identify next/prev thumbs dinamically (with classes), so I can hide the others and display next/prev on mouseover. Thank you a lot for the answer.

[jQuery] return position in an array

2009-03-29 Thread Victor Nogueira
I want to find out if an element who has the class .example is positioned as last-child. So I can add this condition to a if. I need to figure out if the element is the last in the list, comparing it's position in the array with array length. Any ideas?

[jQuery] Re: return position in an array

2009-03-29 Thread Victor Nogueira
In other words, I need to check the position of the element who has the .example class. (It's really difficult to make people understand me in english. ;P) On Mar 29, 6:07 pm, Victor Nogueira wrote: > I want to find out if an element who has the class .example is > positioned as las