A bozo's blog
Sunday, May 19, 2013
How to find id of enclosing tr
1
var
myId = $(
this
).closest(
'tr'
).attr(
'id'
);
Newer Post
Older Post
Home