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!