[jQuery] Re: jQuery beginer in search of magic...

2007-08-29 Thread Yannick Schall
I must say that as i'm learning javascript and jquery in parallel so it's a bit confusing. I did a bit of javascript before and jQuery is so different that it is difficult for me to get in the right mind set. Well it's not like I'm especially good with javascript either i always end up makin

[jQuery] Re: jQuery beginer in search of magic...

2007-08-28 Thread Glen Lipka
Its much easier than that. http://www.commadot.com/jquery/easebox/imageRows.php (Updated) This has all the requirements you mentioned above. I dont even know how to use stack, push, slice and whatnot. Try to empty your mind of all the JavaScript you learned. Then imagine the page from a very CSS

[jQuery] Re: jQuery beginer in search of magic...

2007-08-28 Thread zapatino
no i'm not. i'm stil trying to do my "history" thing to style the selected thumnail in each section. As i wrote before i have a working version of this feature on all the thumbnails, but i want to specify for each section. what i want to do is: -open (slide down) the gallery when an image is se

[jQuery] Re: jQuery beginer in search of magic...

2007-08-28 Thread Glen Lipka
So you are all set? If possible, post your final code to share. :) I usually find that jQuery solutions are much simpler than you imagine at first. Glad we could help. Glen On 8/27/07, zapatino <[EMAIL PROTECTED]> wrote: > > > Ok, now it work in safari as well. > > had to close the image tag in

[jQuery] Re: jQuery beginer in search of magic...

2007-08-27 Thread zapatino
Ok, now it work in safari as well. had to close the image tag in your script. target.empty().append(" missing), don't bother try to find out anymore about this. thanks again. On Aug 27, 4:59 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Something like this?http://www.commadot.com/jquery/easebo

[jQuery] Re: jQuery beginer in search of magic...

2007-08-27 Thread zapatino
1. Several rows of thumbnails, Each row is a group. 2. Click on a thumbnail and it shows that large image underneath, and hides any other image that was open. 3. Two images can be open, but only in different rows (groups). that is exactly right and exactly what i'm trying to do. but as

[jQuery] Re: jQuery beginer in search of magic...

2007-08-27 Thread zapatino
Well thanks again Glen. i checked the code behind your solutions and it is depressingly simple. i always end up trying thing really complicated, but i suppose it is the way you learn. so i'm going to get some inspiration in your code. there is just a little thing, this code does not work in saf

[jQuery] Re: jQuery beginer in search of magic...

2007-08-27 Thread Glen Lipka
Something like this? http://www.commadot.com/jquery/easebox/imageRows.php You can add in the easing plugin to get fancier effects. Maybe even the pause plugin to control the timing super specifically. Glen On 8/27/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Its a little hard to follow exactly

[jQuery] Re: jQuery beginer in search of magic...

2007-08-27 Thread Glen Lipka
Its a little hard to follow exactly what you want, but nothing in it sounds problematic. Ok, so to mirror back to you the requirements. 1. Several rows of thumbnails, Each row is a group. 2. Click on a thumbnail and it shows that large image underneath, and hides any other image that was