I am trying to integrate the jquery lightbox plugin from here: http://leandrovieira.com/projects/jquery/lightbox/
It is working but only with jquery 1.2.3
When the lightbox is closed and launched the second time, that is when the next and previous links don't cycle through photos properly,
If i click on the next link, the order of photos start to jump like instead of going through photos one by one on click it goes 1, 3, 5 and so on
by the way, this problem happens only when i try to navigate with keyboard arrows, if i use mouse then its fine, but only with keyboard
strange, because i tried to unzip the original provided sample files and I just replaced the jquery version to the newer one and that is when i discovered this problem,
all I did is changed the jquery version from 1.2.3 to any newer one and this is when the problem started
I tried to run the same html in internet explorer, firefox, chrome, safari and even on different computers, but still the same problem