I have table cells with attributes data-position-x and data-position-y with integer values. I want to find one certain cell by x and y values. Is it possible in jQuery? At the moment I can’t figure out how I can pass two predicates to construction $('[data-position-x="0"]');
I have table cells with attributes data-position-x and data-position-y with integer values. I want
Share
The multiple attribute selector is what you are looking for: