5 May 2014

Textbox events in javascript

  1. OnBlur – occurs when TextBox control loses focus;
  2. OnChange – occurs when text in the TextBox control is changed;
  3. OnFocus – occurs when TextBox control gain focus;
  4. OnKeyDown – occurs when you press a keyboard key in the TextBox control;
  5. OnKeyPressed – occurs when you press or hold down a keyboard key in the TextBox control;
  6. OnKeyUp – occurs when you release the keyboard key pressed before in the TextBox control;
  7. OnClick – occurs when you click on the TextBox control;

No comments:

Post a Comment