Skip to content

Instantly share code, notes, and snippets.

@jiromm
Last active December 24, 2015 06:18
Show Gist options
  • Save jiromm/6755715 to your computer and use it in GitHub Desktop.
Save jiromm/6755715 to your computer and use it in GitHub Desktop.
HTML5 context menu
<section contextmenu="mymenu">
<p>Yes, this section right here</p>
</section>
<menu type="context" id="mymenu">
<menuitem label="Please do not steal our images" icon="img/forbidden.png"></menuitem>
<menu label="Social Networks">
<menuitem label="Share on Facebook" onclick="window.location.href = 'http://facebook.com/sharer/sharer.php?u=' + window.location.href;"> </menuitem>
</menu>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment