SóProvas


ID
118657
Banca
FCC
Órgão
TRT - 20ª REGIÃO (SE)
Ano
2010
Provas
Disciplina
Programação
Assuntos

O evento Onblur ocorre quando o objeto

Alternativas
Comentários
  • A questão refere-se aos eventeos do javascript, nesse caso o Onblur.
    • a) On blur - objeto perde o foco, independente de ter havido mudança de conteúdo.
    •  b) On focus - objeto recebe o foco.
    •  c) Onselect - objeto é selecionado.
    •  d) Onmouseover -ponteiro do mouse passa por sobre o objeto.
    •  e) Onchange - objeto perde o foco e houve mudança de conteúdo.
  • a-

    The onblur event occurs when an object loses focus. The onblur event is most often used with form validation code (e.g. when the user leaves a form field). The onblur event is the opposite of the onfocus event, being thus similar to the onfocusout event, the difference being that the onblur event does not bubble.

    https://www.w3schools.com/jsref/event_onblur.asp