queryselector class with attribute code example
Example 1: queryselectorall in javascript to get data attribute value
//javascript get html data attribute
Example 2: js queryselector find without attribute
var test = document.querySelectorAll('input[value][type="checkbox"]:not([value=""])');