Hi Gurus,
I have a classic report that changes color on hover using this jquery selector: .t-Report-report tr

I want to retain the highlight when that row (not column specific) is clicked.
** Please note that I can click in the row already and getting the row values that I require using DA and the same jquery selector ( .t-Report-report tr),
BUT I cannot retain the highlight when I click into it.
I am storing the selected row in a variable like this:
var rowSelect = $(this.triggeringElement);
I tried using $x_RowHighlight(rowSelect,'green') but its not working.
** rowSelect is givng me 'object Object' when I tried to display it.
Could you please help.
Thanks.
mikeT