Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created June 5, 2010 08:53
Show Gist options
  • Save bastianallgeier/426462 to your computer and use it in GitHub Desktop.
Save bastianallgeier/426462 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>MouseContext</title>
</head>
<body>
<div class="box">
<div class="context">
My ContextMenu
</div>
<img src="/images/someimage.jpg" width="100" height="100" />
</div>
<script type="text/javascript" src="mootools.js"></script>
<script type="text/javascript" src="mousecontext.js"></script>
<script type="text/javascript">
new MouseContext('.box');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment