Skip to content

Instantly share code, notes, and snippets.

View mazharvai007's full-sized avatar

Mazharul Islam mazharvai007

View GitHub Profile
@nuhil
nuhil / js.md
Last active November 20, 2021 18:06
Javascript Handbook
@rayrutjes
rayrutjes / ais-wp.css
Created July 7, 2016 12:48
Some boilerplate to create an instantsearch.js search experience in your WordPress theme. This works in combination with the Algolia Search plugin for WordPress.
#ais-wrapper {
display: flex;
}
#ais-main {
padding: 1rem;
width: 100%;
}
/**
* 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 )