A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://swisnl.github.io/jQuery-contextMenu/demo/html5-polyfill-firefox8.html below:

Website Navigation


jQuery contextMenu (2.x)

Fork on GitHub Demo: HTML5 Polyfill (Firefox) Example code Example HTML
<menu id="html5firefox8" type="context" >
  <menuitem label="rotate" onclick="alert('rotate')" hint="I'm a hint"></menuitem>
  <menuitem label="resize" onclick="alert('resize')"></menuitem>
  <menuitem label="disabled" onclick="alert('disabled')" disabled></menuitem>
  <menu label="share">
    <menuitem label="twitter" onclick="alert('twitter')"></menuitem>
    <menuitem label="facebook" onclick="alert('facebook')"></menuitem>
    <hr>
    <menuitem type="checkbox" label="(checkbox) yes or no?" 
        onclick="alert('checkbox: ' + (this.checked ? 'yep!' : 'nope'))"></menuitem>
    <hr>
    <menuitem type="radio" label="(radio) yes" radiogroup="alpha" checked 
        onclick="alert('radio: yes')"></menuitem>
    <menuitem type="radio" label="(radio) no" radiogroup="alpha" 
        onclick="alert('radio: no')"></menuitem>
  </menu>
</menu>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4