I have small dashboard of recently added records and I want to highlight the table row based on a header $_GET variable.
I already have one header, called myVariable, so I propose using an &myVariable2 ?
index.php?**myVariable**=1&**myVariable2**=2
When this URL is visited, it highlights the row with the record of $myID.
How do I get jQuery to highlight the row (Background colour is fine) based on $myID (header)? If this isn't possible I can always add it into a variable and do something with jQuery.
I have the ID in a $variable, and need to highlight the row with that $variable. $row[variableID] in mysql.