Skip to content

Instantly share code, notes, and snippets.

View bakpa79's full-sized avatar

Brian Akpa bakpa79

View GitHub Profile
@bakpa79
bakpa79 / LICENSE.txt
Created February 20, 2019 19:48 — forked from jed/LICENSE.txt
generate random UUIDs
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Jed Schmidt <http://jed.is>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
<template lang="pug">
li(@click='$store.commit("UPDATE_SIDE_NAV_ACTIVE_ITEM", $el)')
slot
</template>
<script>
export default {
data () {
return {
provideData: {
$(document).ready(function() {
$("html.ie7 #primary-nav .sub .children > li:nth-child(4n)").after('<div class="clear"></div>');
// Hoverintent for Default Drop Down Navigation
function megaHoverOver(){
$(this).find(".sub").stop().fadeTo('fast', 1).show();
$(this).find(".sub .children > li:nth-child(4n+1)").css({'clear' : 'both'});
};