JSFiddle

peterostrander's public fiddles

  • t6gzLokf

    jQuery 1.9.1, HTML, SCSS, CoffeeScript

  • tCfxU

    No-Library (pure JS), HTML, CSS, JavaScript

  • optgroup hack for webkit

    In webkit, adding an optgroup to a select element disrupts keyboard search when the drop down menu is expanded. The first select contains optgroups with no nested options, while the second contains optgroups with nested options. The latter breaks in Webkit.

  • optgroup disrupts keyboard search

    In webkit, adding an optgroup to a select element disrupts keyboard search when the drop down menu is expanded. The first select contains no optgroups, while the second contains two.

  • :active state dead-zone

    When setting a "top" property on an element when in its :active state, a click "dead-zone" is created below that elements text. For example, if the top property is set to 10px, a no-click area 10px high will manifest underneat the text. Try clicking the the button anywhere within the horizontal plane of the accompanies black bar. No click event is fired.