change the user informatoin on each row click in the jquery grid

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-04-08T15:09:44Z Indexed on 2010/04/08 15:13 UTC
Read the original article Hit count: 210

Filed under:

hello friends I am using jquery grid, I have a grid with user data,

I need a code to handle to handle the click on each row? that is if I click First row I need to display first row user information in the bottom of the grid,

if I click second row I need to dispaly second user iformation on the grid

can any body help me out how to handle the click event using jquery/

Here is my code..

$("#table1").Click(function()///// how to handle the click event for each row and how to pass the ID value to change the user each time on                                              click

{

      $("#table2").show();

}

thanks

© Stack Overflow or respective owner

Related posts about jQuery