I have table cells with data-position-x
and data-position-y
attributes with integer values. I want to find one specific cell with x
and y
values. Is this possible in jQuery? At the moment, I canβt understand how I can pass two predicates to build $('[data-position-x="0"]');
source share