Dear list, I just discovered jQuery and I would like to ask a few things. I would like to create a Master-Detail Interface (a table with selected row showing more info). Is it somehow possible to: - select and highlight a row in Tablesorter? - and get the data from all the columns of the selected row? - bind the selection to some textfields so whenever I click a row, its columns get displayed in the textfields? - automatically compute the content of a textfield based on the fetched data? For example, the total price of the fruits I bought when a row contains the number of fruits and the price for one item?
Thanks a lot for any feedback or links in advance!