<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cool Javascripts &#187; contextmenu</title>
	<atom:link href="http://cool-javascripts.com/tag/contextmenu/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Sun, 12 Jul 2009 07:40:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>3 jQuery plugins to show context menu</title>
		<link>http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html</link>
		<comments>http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html#comments</comments>
		<pubDate>Mon, 29 Dec 2008 09:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[context menu]]></category>
		<category><![CDATA[contextmenu]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html</guid>
		<description><![CDATA[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 [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html' rel='bookmark' title='Permanent Link: jQuery plugins to show data in table format or chart format'>jQuery plugins to show data in table format or chart format</a> <small> Need to show data in a tabular format or...</small></li><li><a href='http://cool-javascripts.com/mootools/ddmenu-context-menu-for-mootoools.html' rel='bookmark' title='Permanent Link: ddmenu &#8211; Context menu for MooToools'>ddmenu &#8211; Context menu for MooToools</a> <small>ddMenu is a simple MooTools based script to create custom...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html' rel='bookmark' title='Permanent Link: jQuery and Mootools plugin to show tooltips'>jQuery and Mootools plugin to show tooltips</a> <small>The tooltip is a common graphical user interface element. It...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<blockquote><p>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</p></blockquote>
<p>Source: Wikipedia (http://en.wikipedia.org/wiki/Context_menu)</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/contextmenu.gif" /></p>
<p>Here is a review of 3 jQuery plugins that can override the browser default context menu with our own context menu. <span id="more-54"></span></p>
<p class="warning">Opera browser doesn&#8217;t support custom context menu</p>
<h3>ContextMenu by Chris Domigan</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/contextmenu-plugin.jpg" /></p>
<p>It is one of the earliest plugin to show context menu. It is fully customizable and supports callback<br />
functionality.</p>
<h3>jContext</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/jcontext-10-demos.jpg" /></p>
<p>It is a very lightweight jQuery plugin to show context menus (0.6KB when minified). The menu is fully customizable using HTML and CSS.</p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 1KB (Compressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.gimiti.com/kltan/demo/jQuery.jContext.1.0/index.html">Open</a> | <a class="opennew" href="http://www.gimiti.com/kltan/demo/jQuery.jContext.1.0/index.html" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.gimiti.com/kltan/wordpress/?p=23">Open</a> | <a class="opennew" href="http://www.gimiti.com/kltan/wordpress/?p=23" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Supported Browsers</th>
<td>Firefox 1.5+, IE 6.0+</td>
</tr>
</tbody>
</table>
<h3>jQuery Context Menu Plugin By Cory S.N. LaViska</h3>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2008/12/jquery-context-menu-plugin-demo.jpg" /></p>
<p>This is the most powerful plugin with many customization options and callback support.</p>
<p><b>Advantages</b></p>
<li>Fully Customizable via CSS</li>
<li>Supports keyboard shortcuts</li>
<li>Ability to disable menu/menu items on the fly</li>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>jQuery 1.2.6 Or jQuery 1.2 with dimensions plugin</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 7KB (Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://abeautifulsite.net/notebook_files/80/demo/jqueryContextMenu.html">Open</a> | <a class="opennew" href="http://abeautifulsite.net/notebook_files/80/demo/jqueryContextMenu.html" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Info &amp; Download</th>
<td><a class="opennew" href="http://abeautifulsite.net/notebook/80" target="_blank">Open</a></td>
</tr>
<tr>
<th>Supported Browsers</th>
<td>Firefox 2 &amp; 3, IE 6.0+, Safari, Chrome</td>
</tr>
</tbody>
</table>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/jquery/jquery-plugins-to-show-data-in-table-format-or-chart-format.html' rel='bookmark' title='Permanent Link: jQuery plugins to show data in table format or chart format'>jQuery plugins to show data in table format or chart format</a> <small> Need to show data in a tabular format or...</small></li><li><a href='http://cool-javascripts.com/mootools/ddmenu-context-menu-for-mootoools.html' rel='bookmark' title='Permanent Link: ddmenu &#8211; Context menu for MooToools'>ddmenu &#8211; Context menu for MooToools</a> <small>ddMenu is a simple MooTools based script to create custom...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html' rel='bookmark' title='Permanent Link: jQuery and Mootools plugin to show tooltips'>jQuery and Mootools plugin to show tooltips</a> <small>The tooltip is a common graphical user interface element. It...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cool-javascripts.com/jquery/3-jquery-plugins-to-show-context-menu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
