Bob den Otter schrieb:
> It's in dutch, but the idea should be clear. Just click on one of the
> thumbnails of the Olsen Triplets to open thickbox. Now close the
> thickbox, and scroll down to the comment form. Now, when you type a ','
> or '.' in the comment form, it opens the next or previous image.
search this:
} else if(keycode == 190){ // display previous
image
if(!(TB_NextHTML == "")){
document.onkeydown = "";
goNext();
}
} else if(keycode == 188){ // display next image
if(!(TB_PrevHTML == "")){
document.onkeydown = "";
goPrev();
}
replace 190 to 37 for <-
and 188 to 39 for ->
or
replace 190 to 34 for image down
and 188 to 33 for image top
or
what you like
--
Viele Grüße, Olaf
-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/