JQuery "Any Row" Picker
Posted
by Eli
on Stack Overflow
See other posts from Stack Overflow
or by Eli
Published on 2008-10-14T00:59:08Z
Indexed on
2010/04/24
14:13 UTC
Read the original article
Hit count: 326
Hi All,
I'm looking for a generic "Row Picker" for JQuery.
We've all seen the cool "Picker" tools like date pickers, color pickers, time pickers, etc, where you click in a text box and a little calendar or color palate or clock or something comes up. You select something (like a date) and the text box is then populated with a value.
I really need an all-purpose "row picker" where you can populate something (a table, divs, etc) with some rows of data (say a list of timezones). This would be linked to a text field and would pop up when the user clicks in the field.
They would click a row (say a timezone), and the timezone id would be passed back to the field.
Anyone know of anything that does this?
Thanks!
© Stack Overflow or respective owner