DOM Selection Methods

Which method would you use to select all elements with specific data attributes and values?
// Select all elements where data-role='button' and data-state='active'
Next Question (12/22)