Built-in dropdown jumps?

Hey everybody! I was just wondering if Rails’ javascript library
includes something as simple as making a dropdown that jumps to the link
when selected without needing a “submit” button. I see a bunch of AJAX
effects and draggable-element stuff, but all i need is a simple
dropdown… should I code it myself?

use prototype’s Element.scrollTo() function

Item 1 Item 2 ...

...
...
...