README > SELECTOR
uu.attr | uu.css | uu.css(form)

jQueryとの動作の違いを確認するため、テスト用のスクリプトはjQueryのAPI Referenceを参考にしています。

  uu.attr("*[:disabled]").forEach(function(v) {
    v.value = "this is it";
  });