Hi All. I am using SQLTable in web2py to display the record. my question is 
how do i know which row get selected in Jquery because my point is when the 
user right click on the row, it will show the drop down menu and be able to 
grab some information of the selected row. 
i have the difficulty of how to address the selected row and grab 
information from the selected row.  i found on the internet, the cod 
eshould be like var message = "You clicked on the row '" + 
$rowClicked.children("*")[2].innerHTML where the children("*")[2].innerHTML 
is the selected row. since i use the SQLTABLE, i dont know how to address 
the selected row in SQLTABLE. 
Please help

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/a64bfd96-f33a-4125-a9b6-aa9f177668eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to