> So this works fine. My question is how can i get other item values at > the same time from the same row on witch it has been clicked on but > different column ?
The other columns are DOM relatives of the target, get to them whatever way is most predictable in your markup. Ex: http://jsfiddle.net/VCZPD/32/ -- S.
