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"]');
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
The multiple attribute selector is what you are looking for:
|
|||
|
|
|
Just simply pass 2 (or more)
|
|||
|
|
