Solució valor quadre text

De wikiserver
Dreceres ràpides: navegació, cerca
valor = document.getElementById("campo").value;
if( valor == null || valor.length == 0 || /^\s+$/.test(valor) ) {
  return false;
}