JSFiddle

Emil's public fiddles

  • nabutk22

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

  • AngularJS deep filtering

    Notice how the value of "bar" in the filter affects which objects are matched by the filter. - true and false seem to match any object with some truthy property - [] seems to match anything undefined - null matches only null - undefined (no "bar" key present) matches anything - "", {} and any other object seem to match any object How can I make filtering on bar.a and bar.b work?

  • Stack Overflow vote <button>s

    Proof of concept how SO's vote buttons can be made more accessible. <a> tags shouldn't be used as buttons, and there's no need to either.