JavaScript Events Common in Ajax

Posted by admin on Nov 10, 2008 in Code, JavaScript, ajax, examples |

JavaScript Events Common in Ajax

Event Occurs When . . .

  1. onabort — Occurs when the user aborts an action
  2. onblur – Occurs when an element loses the input focus
  3. onchange –  Occurs when data in a control, such as a text field, changes
  4. onclick  – Occurs when the user clicks an element
  5. ondblclick  – Occurs when the user double-clicks an element
  6. ondragdrop  – Occurs when the user drags and drops an element
  7. onerror  – Occurs when there’s been a JavaScript error
  8. onfocus  – Occurs when an element gets the focus
  9. onkeydown  – Occurs when the user presses down on a key
  10. onkeypress  – Occurs when the user presses a key
  11. onkeyup –  Occurs when the user releases a key
  12. onload  – Occurs when the page loads
  13. onmousedown –  Occurs when the user presses down a mouse button
  14. onmousemove  – Occurs when the user moves the mouse
  15. onmouseout  – Occurs when the user moves the cursor away from an element
  16. onmouseover  – Occurs when the user moves the cursor over an element
  17. onmouseup  – Occurs when the user releases a mouse button
  18. onreset –  Occurs when the user clicks a Reset button
  19. onresize  – Occurs when the user resizes an element or page
  20. onsubmit  – Occurs when the user clicks a Submit button
  21. onunload  – Occurs when the browser unloads a page and moves to another page

Tags: , , , , , , , , , , , , , , , , , , , , , ,

Reply

Copyright © 2010 News Blog - TyndaleBookstore.com All rights reserved. Theme by Laptop Geek.