Hi all;
Jquery Code:
$("[id$=gridvv] tr").filter(function() {
return $('td', this).length && !$('table', this).length
}).click(function() {
Alert('test');
});
This code should select all <tr> but I need .locked click return all <tr> pls help
http://jsbin.com/uheni3/edit