This topic is locked

clickable row

1/30/2012 9:41:56 AM
PHPRunner General questions
author

Hi
I am using the below titled working but messy then taking the $_REQUEST["editid"] and redirecting to ...list.php?=id=21 where id = $_REQUEST["editid"] then running a search event only to bring up id 21's linked records
I just want to tidy this up. how can I get the record key id similar to the below code.
$("tr[id^='gridRow']").click(function(e){
var rowid =my key??????????

window.location = "../jmy page.php?id="+rowid

});
working but messy +++++++++++++++++++++++++++++++++++++++++++++++++++
window
$

$});