Skip to content

Instantly share code, notes, and snippets.

View chrisdc's full-sized avatar

Christopher Crouch chrisdc

View GitHub Profile
@chrisdc
chrisdc / navigation.js
Last active June 16, 2016 15:39
An alternative navigation.js that makes dropdown menus keyboard accessible in _s.
/**
* navigation.js
*
* Handles toggling the navigation menu for small screens and enabling tab support for dropdown menus.
*/
( function() {
var container, button, menu, links;
container = document.getElementById( 'site-navigation' );
if ( ! container )
@chrisdc
chrisdc / Responsive-Order-Table.markdown
Created June 16, 2014 08:14
A Pen by Christopher Crouch.