How 2 scroll with jquery <select>?

For example i have:
<select size="3">
<option value="142">value 142</option>
<option value="231">value 231</option>
<option value="333">value 333</option>
<option value="321">value 321</option>
<option value="231">value 231</option>
<option value="321">value 321</option>
<select>

By default some options are not visible - scrolling required. And i want to
scrool with jquery to some element. I guess how to point for desired
element, but I have no idea how to scroll to element. 

Hm.. I have and idea - if i make select some element and the deselect it. It
can work? 
-- 
View this message in context: 
http://www.nabble.com/How-to-scroll-select-list---tf4849347s27240.html#a13874865
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to