jQuery Halo Context Menu Demo

jquery.halocontext.js - Not tested in IE!

By Josh Hundley

Right click over me.
Sample usage:
$('#area1').haloContext(
{ bindings : { 
	"remove" : function() { alert('foo'); },
	"edit"   : function() { alert('bar'); },	
	"move"   : function() { alert('your'); },
	"close"   : function() { alert('mom'); },											
}});
		
Right click over me

Notice it automatically adjusts the radius to make a regular polygon shape. w00t!
Right click over me.