Re: [jQuery] Scrolling Problem

2010-02-20 Thread Nathan Klatt
On Sat, Feb 20, 2010 at 9:13 AM, macgyver47 wrote: > div1 class="post" >    div class="title" > > div10 id="post" >   div class="title" > I am trying: clicking on div#title belonging to div1 scrolls to > div#title belonging to div2 and so on $().ready(function() { $(".title").click(functio

[jQuery] Scrolling Problem

2010-02-20 Thread macgyver47
Hi I have div1 class="post" div class="title" div2 class="post" div class="title" div3 id="post" div class="title" div10 id="post" div class="title" I am trying: clicking on div#title belonging to div1 scrolls to div#title belonging to div2 and so on to cut a long story short c

[jQuery] Scrolling problem

2009-08-14 Thread Kevin
I managed to get the scrolling to kinda work – if I set it up with static LI then I can get the scrolling to work the way I want it to, sans being able to pass the number of the image I want to be shown (unless I put it in the text field of the anchor tag, which shows with the image) but I have no