Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ findTr
Function
findTr
code/ch10/grunt-example/source/admin.js:9–14 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
7
});
8
9
var
findTr =
function
(event) {
10
var
target = event.srcElement || event.target;
11
var
$target = $(target);
12
var
$tr = $target.parents(
'tr'
);
13
return
$tr;
14
};
15
16
var
remove =
function
(event) {
17
var
$tr = findTr(event);
Callers
2
remove
Function · 0.70
update
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected