Archive Jul 2011

Context Menu Using Raw JavaScript

Objectives

  1. Learn to create cross browser event handler in raw JavaScript.
  2. Learn to create cross browser DOMContentLoaded event handler.
  3. Making use of oncontextmenu event.
  4. Learn to apply Module pattern.
  5. Finally develop a reusable, easy to use, cross browser context menu object.