Selecting Objects by .data("xy")

Selecting Objects by .data("xy")

Hello everybody,

i want to append a click event to all of the children of "t" that .data("xy") = true. How can i select only those children with jQuery?
Sry, i'm a newby ...

jQuery(t.children()).click(...);


thx for any advice,

haemse