Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<h1>Kofam</h1>
<p>MAME</p>
<P>TATE</p>
<div>bob</div>
 
// scribble for a contextmenu based on a low-level menu plugin
var options = { select: function() {} };
$().click(function(event) {
  if (isRightClick(event) {
    findAppropiateList(event.target).menu({
      select: options.select
    }).position({
      my: "left top",
      at: "left bottom",
      of: event,
      offset: "0 25"
    });
  }
});
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers