ddmenu – Context menu for MooToools

January 16, 2009 by admin · Leave a Comment
Filed under: MooTools 

ddMenu is a simple MooTools based script to create custom context menus. This one also supports htokeys and using the hotkey feature context menu can be shown in Opera too.

It is fully stylabe using CSS. Menu items can be disabled or enabled using functions. Read more

3 jQuery plugins to show context menu

December 29, 2008 by admin · 1 Comment
Filed under: jQuery 

A context menu (also contextual menu, shortcut menu and, popup menu) is a menu in a graphical user interface (GUI) that appears upon user interaction, such as a right mouse click. Context menus offer a limited set of items that apply to the current state, or context, of the system or application in which the context menu is invoked

Source: Wikipedia (http://en.wikipedia.org/wiki/Context_menu)

Here is a review of 3 jQuery plugins that can override the browser default context menu with our own context menu. Read more