README > SELECTOR > uu.klass
white
death
super
note
  <div class="white note">white</div>
  <div class="death note">death</div>
  <div class="super note">super</div>
  <div class="note">note</div>

    uu.klass("note death").forEach(function(v) {
      uu.log(v.innerText); // "death"
    });